Html Css Color HEX #966716 Golden Brown

📋 copy color: '#966716'

red 150 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #966716

Tints of Golden Brown #966716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 54.55%
G = 37.45%
B = 8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#966716 (or 0x966716) is known color: Golden Brown. HEX triplet: 96, 67 and 16. RGB value is (150,103,22). Sum of RGB (Red+Green+Blue) = 150+103+22=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966716 is #6998E9. Grayscale: #6C6C6C. Windows color (decimal): -6920426 or 1468310. OLE color: 1468310.

HSL color Cylindrical-coordinate representation of color #966716: hue angle of 37.97º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966716 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 22 -
CMYK 0 0.31 0.85 0.41
HSL 37.97º 0.74% 0.34% -
HSV(B) 37.97º 0.85% 0.59% -
XYZ 17.57 16.24 2.97 -
YUV 107.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 150 103 22 0 0.31 0.85 0.41 37.97 0.74 0.34
Hex 96 67 16 0 1F 55 29 26 4A 22
Octal 226 147 26 0 37 125 51 46 112 42
Binary 10010110 1100111 10110 0 11111 1010101 101001 100110 1001010 100010

Color Harmonies of #966716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966716

Black with #966716

Text Example


Text Example

White with #966716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966716; }

 p { color: rgb(150,103,22); }

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

background-color css

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

 a { background-color: rgb(150,103,22); }

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

border-color css

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

 span { border-color: rgb(150,103,22); }

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