#965813

Color #965813 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #965813

Tints of Golden Brown #965813

Color information

#965813 (or 0x965813) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 13. RGB value is (150,88,19). Sum of RGB (Red+Green+Blue) = 150+88+19=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965813 is #69A7EC. Grayscale: #636363. Windows color (decimal): -6924269 or 1267862. OLE color: 1267862.

HSL color Cylindrical-coordinate representation of color #965813: hue angle of 31.6º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #965813 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1508819-
CMYK00.410.870.41
HSL31.6º77.51%33.14%-
HSV(B)31.6º87.33%58.82%-
XYZ16.1813.512.37-
YUV98.6783.04164.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=58.37%
G=34.24%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150881900.410.870.4131.677.5133.14
Hex9658130295729204e21
Octal22613023051127514011641
Binary10010110101100010011010100110101111010011000001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965813; }

 p { color: rgb(150,88,19); }

 H1.HeaderClassName
 {
   color: #965813;
 }
 .AnyTagClassName
 {
   color: #965813;
 }
</style>
background-color css

<style>
 a { background-color: #965813; }

 a { background-color: rgb(150,88,19); }

 div.DivClassName
 {
   background-color: #965813;
 }
 .BgClassName
 {
   background-color: #965813;
 }
</style>
border-color css

<style>
 span { border-color: #965813; }

 span { border-color: rgb(150,88,19); }

 td.TdClassName
 {
   border-color: #965813;
 }
 .TagClassName
 {
   border-color: #965813;
 }
</style>