Html Css Color HEX #966E1D Golden Brown

📋 copy color: '#966E1D'

red 150 ◦ green 110 ◦ blue 29

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

Shades of Golden Brown #966E1D

Tints of Golden Brown #966E1D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 51.9%
G = 38.06%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#966E1D (or 0x966E1D) is known color: Golden Brown. HEX triplet: 96, 6E and 1D. RGB value is (150,110,29). Sum of RGB (Red+Green+Blue) = 150+110+29=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #966E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E1D is #6991E2. Grayscale: #717171. Windows color (decimal): -6918627 or 1928854. OLE color: 1928854.

HSL color Cylindrical-coordinate representation of color #966E1D: hue angle of 40.17º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #966E1D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 29 -
CMYK 0 0.27 0.81 0.41
HSL 40.17º 0.68% 0.35% -
HSV(B) 40.17º 0.81% 0.59% -
XYZ 18.38 17.72 3.62 -
YUV 112.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 150 110 29 0 0.27 0.81 0.41 40.17 0.68 0.35
Hex 96 6E 1D 0 1B 51 29 28 44 23
Octal 226 156 35 0 33 121 51 50 104 43
Binary 10010110 1101110 11101 0 11011 1010001 101001 101000 1000100 100011

Color Harmonies of #966E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E1D

Black with #966E1D

Text Example


Text Example

White with #966E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E1D; }

 p { color: rgb(150,110,29); }

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

background-color css

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

 a { background-color: rgb(150,110,29); }

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

border-color css

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

 span { border-color: rgb(150,110,29); }

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