Html Css Color HEX #966E0C Golden Brown

📋 copy color: '#966E0C'

red 150 ◦ green 110 ◦ blue 12

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

Shades of Golden Brown #966E0C

Tints of Golden Brown #966E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 55.15%
G = 40.44%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#966E0C (or 0x966E0C) is known color: Golden Brown. HEX triplet: 96, 6E and 0C. RGB value is (150,110,12). Sum of RGB (Red+Green+Blue) = 150+110+12=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E0C is #6991F3. Grayscale: #6F6F6F. Windows color (decimal): -6918644 or 814742. OLE color: 814742.

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

Color convert

RGB 150 110 12 -
CMYK 0 0.27 0.92 0.41
HSL 42.61º 0.85% 0.32% -
HSV(B) 42.61º 0.92% 0.59% -
XYZ 18.22 17.66 2.8 -
YUV 110.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 150 110 12 0 0.27 0.92 0.41 42.61 0.85 0.32
Hex 96 6E C 0 1B 5C 29 2B 55 20
Octal 226 156 14 0 33 134 51 53 125 40
Binary 10010110 1101110 1100 0 11011 1011100 101001 101011 1010101 100000

Color Harmonies of #966E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E0C

Black with #966E0C

Text Example


Text Example

White with #966E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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