Html Css Color HEX #967416 Golden Brown

📋 copy color: '#967416'

red 150 ◦ green 116 ◦ blue 22

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

Shades of Golden Brown #967416

Tints of Golden Brown #967416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

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

R = 52.08%
G = 40.28%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#967416 (or 0x967416) is known color: Golden Brown. HEX triplet: 96, 74 and 16. RGB value is (150,116,22). Sum of RGB (Red+Green+Blue) = 150+116+22=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967416 is #698BE9. Grayscale: #737373. Windows color (decimal): -6917098 or 1471638. OLE color: 1471638.

HSL color Cylindrical-coordinate representation of color #967416: hue angle of 44.06º 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 #967416 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 116 22 -
CMYK 0 0.23 0.85 0.41
HSL 44.06º 0.74% 0.34% -
HSV(B) 44.06º 0.85% 0.59% -
XYZ 18.97 19.03 3.43 -
YUV 115.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 150 116 22 0 0.23 0.85 0.41 44.06 0.74 0.34
Hex 96 74 16 0 17 55 29 2C 4A 22
Octal 226 164 26 0 27 125 51 54 112 42
Binary 10010110 1110100 10110 0 10111 1010101 101001 101100 1001010 100010

Color Harmonies of #967416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967416

Black with #967416

Text Example


Text Example

White with #967416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967416; }

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

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

background-color css

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

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

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

border-color css

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

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

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