Html Css Color HEX #967316 Golden Brown

📋 copy color: '#967316'

red 150 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #967316

Tints of Golden Brown #967316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.07%

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

R = 52.26%
G = 40.07%
B = 7.67%

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

#967316 (or 0x967316) is known color: Golden Brown. HEX triplet: 96, 73 and 16. RGB value is (150,115,22). Sum of RGB (Red+Green+Blue) = 150+115+22=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967316 is #698CE9. Grayscale: #737373. Windows color (decimal): -6917354 or 1471382. OLE color: 1471382.

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

Color convert

RGB 150 115 22 -
CMYK 0 0.23 0.85 0.41
HSL 43.59º 0.74% 0.34% -
HSV(B) 43.59º 0.85% 0.59% -
XYZ 18.85 18.8 3.39 -
YUV 114.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 150 115 22 0 0.23 0.85 0.41 43.59 0.74 0.34
Hex 96 73 16 0 17 55 29 2C 4A 22
Octal 226 163 26 0 27 125 51 54 112 42
Binary 10010110 1110011 10110 0 10111 1010101 101001 101100 1001010 100010

Color Harmonies of #967316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967316

Black with #967316

Text Example


Text Example

White with #967316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967316; }

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

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

background-color css

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

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

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

border-color css

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

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

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