Html Css Color HEX #976411 Golden Brown

📋 copy color: '#976411'

red 151 ◦ green 100 ◦ blue 17

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

Shades of Golden Brown #976411

Tints of Golden Brown #976411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 56.34%
G = 37.31%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976411 (or 0x976411) is known color: Golden Brown. HEX triplet: 97, 64 and 11. RGB value is (151,100,17). Sum of RGB (Red+Green+Blue) = 151+100+17=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #976411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976411 is #689BEE. Grayscale: #6A6A6A. Windows color (decimal): -6855663 or 1139863. OLE color: 1139863.

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

Color convert

RGB 151 100 17 -
CMYK 0 0.34 0.89 0.41
HSL 37.16º 0.8% 0.33% -
HSV(B) 37.16º 0.89% 0.59% -
XYZ 17.42 15.73 2.65 -
YUV 105.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 151 100 17 0 0.34 0.89 0.41 37.16 0.8 0.33
Hex 97 64 11 0 22 59 29 25 50 21
Octal 227 144 21 0 42 131 51 45 120 41
Binary 10010111 1100100 10001 0 100010 1011001 101001 100101 1010000 100001

Color Harmonies of #976411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976411

Black with #976411

Text Example


Text Example

White with #976411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976411; }

 p { color: rgb(151,100,17); }

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

background-color css

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

 a { background-color: rgb(151,100,17); }

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

border-color css

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

 span { border-color: rgb(151,100,17); }

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