Html Css Color HEX #966F0C Golden Brown

📋 copy color: '#966F0C'

red 150 ◦ green 111 ◦ blue 12

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

Shades of Golden Brown #966F0C

Tints of Golden Brown #966F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 54.95%
G = 40.66%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#966F0C (or 0x966F0C) is known color: Golden Brown. HEX triplet: 96, 6F and 0C. RGB value is (150,111,12). Sum of RGB (Red+Green+Blue) = 150+111+12=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F0C is #6990F3. Grayscale: #6F6F6F. Windows color (decimal): -6918388 or 814998. OLE color: 814998.

HSL color Cylindrical-coordinate representation of color #966F0C: hue angle of 43.04º 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 #966F0C is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 12 -
CMYK 0 0.26 0.92 0.41
HSL 43.04º 0.85% 0.32% -
HSV(B) 43.04º 0.92% 0.59% -
XYZ 18.33 17.88 2.83 -
YUV 111.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 150 111 12 0 0.26 0.92 0.41 43.04 0.85 0.32
Hex 96 6F C 0 1A 5C 29 2B 55 20
Octal 226 157 14 0 32 134 51 53 125 40
Binary 10010110 1101111 1100 0 11010 1011100 101001 101011 1010101 100000

Color Harmonies of #966F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F0C

Black with #966F0C

Text Example


Text Example

White with #966F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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