Html Css Color HEX #966C0A Golden Brown

📋 copy color: '#966C0A'

red 150 ◦ green 108 ◦ blue 10

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

Shades of Golden Brown #966C0A

Tints of Golden Brown #966C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 55.97%
G = 40.3%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#966C0A (or 0x966C0A) is known color: Golden Brown. HEX triplet: 96, 6C and 0A. RGB value is (150,108,10). Sum of RGB (Red+Green+Blue) = 150+108+10=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0A is #6993F5. Grayscale: #6D6D6D. Windows color (decimal): -6919158 or 683158. OLE color: 683158.

HSL color Cylindrical-coordinate representation of color #966C0A: hue angle of 42º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #966C0A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 10 -
CMYK 0 0.28 0.93 0.41
HSL 42º 0.88% 0.31% -
HSV(B) 42º 0.93% 0.59% -
XYZ 18 17.23 2.66 -
YUV 109.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 150 108 10 0 0.28 0.93 0.41 42 0.88 0.31
Hex 96 6C A 0 1C 5D 29 2A 58 1F
Octal 226 154 12 0 34 135 51 52 130 37
Binary 10010110 1101100 1010 0 11100 1011101 101001 101010 1011000 11111

Color Harmonies of #966C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C0A

Black with #966C0A

Text Example


Text Example

White with #966C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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