Html Css Color HEX #966A0A Golden Brown

📋 copy color: '#966A0A'

red 150 ◦ green 106 ◦ blue 10

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

Shades of Golden Brown #966A0A

Tints of Golden Brown #966A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.85%

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

R = 56.39%
G = 39.85%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#966A0A (or 0x966A0A) is known color: Golden Brown. HEX triplet: 96, 6A and 0A. RGB value is (150,106,10). Sum of RGB (Red+Green+Blue) = 150+106+10=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #966A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A0A is #6995F5. Grayscale: #6C6C6C. Windows color (decimal): -6919670 or 682646. OLE color: 682646.

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

Color convert

RGB 150 106 10 -
CMYK 0 0.29 0.93 0.41
HSL 41.14º 0.88% 0.31% -
HSV(B) 41.14º 0.93% 0.59% -
XYZ 17.79 16.81 2.6 -
YUV 108.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 150 106 10 0 0.29 0.93 0.41 41.14 0.88 0.31
Hex 96 6A A 0 1D 5D 29 29 58 1F
Octal 226 152 12 0 35 135 51 51 130 37
Binary 10010110 1101010 1010 0 11101 1011101 101001 101001 1011000 11111

Color Harmonies of #966A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A0A

Black with #966A0A

Text Example


Text Example

White with #966A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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