Html Css Color HEX #976108 Golden Brown

📋 copy color: '#976108'

red 151 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #976108

Tints of Golden Brown #976108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 58.98%
G = 37.89%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#976108 (or 0x976108) is known color: Golden Brown. HEX triplet: 97, 61 and 08. RGB value is (151,97,8). Sum of RGB (Red+Green+Blue) = 151+97+8=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #976108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976108 is #689EF7. Grayscale: #676767. Windows color (decimal): -6856440 or 549271. OLE color: 549271.

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

Color convert

RGB 151 97 8 -
CMYK 0 0.36 0.95 0.41
HSL 37.34º 0.9% 0.31% -
HSV(B) 37.34º 0.95% 0.59% -
XYZ 17.08 15.15 2.25 -
YUV 103 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 151 97 8 0 0.36 0.95 0.41 37.34 0.9 0.31
Hex 97 61 8 0 24 5F 29 25 5A 1F
Octal 227 141 10 0 44 137 51 45 132 37
Binary 10010111 1100001 1000 0 100100 1011111 101001 100101 1011010 11111

Color Harmonies of #976108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976108

Black with #976108

Text Example


Text Example

White with #976108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976108; }

 p { color: rgb(151,97,8); }

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

background-color css

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

 a { background-color: rgb(151,97,8); }

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

border-color css

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

 span { border-color: rgb(151,97,8); }

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