Html Css Color HEX #966A14 Golden Brown

📋 copy color: '#966A14'

red 150 ◦ green 106 ◦ blue 20

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

Shades of Golden Brown #966A14

Tints of Golden Brown #966A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 54.35%
G = 38.41%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#966A14 (or 0x966A14) is known color: Golden Brown. HEX triplet: 96, 6A and 14. RGB value is (150,106,20). Sum of RGB (Red+Green+Blue) = 150+106+20=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #966A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A14 is #6995EB. Grayscale: #6D6D6D. Windows color (decimal): -6919660 or 1338006. OLE color: 1338006.

HSL color Cylindrical-coordinate representation of color #966A14: hue angle of 39.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #966A14 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 20 -
CMYK 0 0.29 0.87 0.41
HSL 39.69º 0.76% 0.33% -
HSV(B) 39.69º 0.87% 0.59% -
XYZ 17.86 16.84 2.97 -
YUV 109.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 150 106 20 0 0.29 0.87 0.41 39.69 0.76 0.33
Hex 96 6A 14 0 1D 57 29 28 4C 21
Octal 226 152 24 0 35 127 51 50 114 41
Binary 10010110 1101010 10100 0 11101 1010111 101001 101000 1001100 100001

Color Harmonies of #966A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A14

Black with #966A14

Text Example


Text Example

White with #966A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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