Html Css Color HEX #976316 Golden Brown

📋 copy color: '#976316'

red 151 ◦ green 99 ◦ blue 22

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

Shades of Golden Brown #976316

Tints of Golden Brown #976316

RGB

 RED value IS 151 (59.38% from 255) = 55.51%

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 55.51%
G = 36.4%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#976316 (or 0x976316) is known color: Golden Brown. HEX triplet: 97, 63 and 16. RGB value is (151,99,22). Sum of RGB (Red+Green+Blue) = 151+99+22=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976316 is #689CE9. Grayscale: #6A6A6A. Windows color (decimal): -6855914 or 1467287. OLE color: 1467287.

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

Color convert

RGB 151 99 22 -
CMYK 0 0.34 0.85 0.41
HSL 35.81º 0.75% 0.34% -
HSV(B) 35.81º 0.85% 0.59% -
XYZ 17.37 15.56 2.85 -
YUV 105.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 151 99 22 0 0.34 0.85 0.41 35.81 0.75 0.34
Hex 97 63 16 0 22 55 29 24 4B 22
Octal 227 143 26 0 42 125 51 44 113 42
Binary 10010111 1100011 10110 0 100010 1010101 101001 100100 1001011 100010

Color Harmonies of #976316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976316

Black with #976316

Text Example


Text Example

White with #976316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976316; }

 p { color: rgb(151,99,22); }

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

background-color css

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

 a { background-color: rgb(151,99,22); }

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

border-color css

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

 span { border-color: rgb(151,99,22); }

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