Html Css Color HEX #966619 Golden Brown

📋 copy color: '#966619'

red 150 ◦ green 102 ◦ blue 25

#966619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #966619

Tints of Golden Brown #966619

RGB

 RED value IS 150 (58.98% from 255) = 54.15%

 GREEN value IS 102 (40.23% from 255) = 36.82%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 54.15%
G = 36.82%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#966619 (or 0x966619) is known color: Golden Brown. HEX triplet: 96, 66 and 19. RGB value is (150,102,25). Sum of RGB (Red+Green+Blue) = 150+102+25=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #966619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966619 is #6999E6. Grayscale: #6B6B6B. Windows color (decimal): -6920679 or 1664662. OLE color: 1664662.

HSL color Cylindrical-coordinate representation of color #966619: hue angle of 36.96º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #966619 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 25 -
CMYK 0 0.32 0.83 0.41
HSL 36.96º 0.71% 0.34% -
HSV(B) 36.96º 0.83% 0.59% -
XYZ 17.5 16.06 3.1 -
YUV 107.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 150 102 25 0 0.32 0.83 0.41 36.96 0.71 0.34
Hex 96 66 19 0 20 53 29 25 47 22
Octal 226 146 31 0 40 123 51 45 107 42
Binary 10010110 1100110 11001 0 100000 1010011 101001 100101 1000111 100010

Color Harmonies of #966619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966619

Black with #966619

Text Example


Text Example

White with #966619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966619; }

 p { color: rgb(150,102,25); }

 H1.HeaderClassName
 {
   color: #966619;
 }
 .AnyTagClassName
 {
   color: #966619;
 }
</style>

background-color css

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

 a { background-color: rgb(150,102,25); }

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

border-color css

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

 span { border-color: rgb(150,102,25); }

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