Html Css Color HEX #966C0C Golden Brown

📋 copy color: '#966C0C'

red 150 ◦ green 108 ◦ blue 12

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

Shades of Golden Brown #966C0C

Tints of Golden Brown #966C0C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

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

R = 55.56%
G = 40%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#966C0C (or 0x966C0C) is known color: Golden Brown. HEX triplet: 96, 6C and 0C. RGB value is (150,108,12). Sum of RGB (Red+Green+Blue) = 150+108+12=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0C is #6993F3. Grayscale: #6E6E6E. Windows color (decimal): -6919156 or 814230. OLE color: 814230.

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

Color convert

RGB 150 108 12 -
CMYK 0 0.28 0.92 0.41
HSL 41.74º 0.85% 0.32% -
HSV(B) 41.74º 0.92% 0.59% -
XYZ 18.01 17.24 2.73 -
YUV 109.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 150 108 12 0 0.28 0.92 0.41 41.74 0.85 0.32
Hex 96 6C C 0 1C 5C 29 2A 55 20
Octal 226 154 14 0 34 134 51 52 125 40
Binary 10010110 1101100 1100 0 11100 1011100 101001 101010 1010101 100000

Color Harmonies of #966C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C0C

Black with #966C0C

Text Example


Text Example

White with #966C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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