Html Css Color HEX #976511 Golden Brown

📋 copy color: '#976511'

red 151 ◦ green 101 ◦ blue 17

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

Shades of Golden Brown #976511

Tints of Golden Brown #976511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 56.13%
G = 37.55%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976511 (or 0x976511) is known color: Golden Brown. HEX triplet: 97, 65 and 11. RGB value is (151,101,17). Sum of RGB (Red+Green+Blue) = 151+101+17=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #976511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976511 is #689AEE. Grayscale: #6A6A6A. Windows color (decimal): -6855407 or 1140119. OLE color: 1140119.

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

Color convert

RGB 151 101 17 -
CMYK 0 0.33 0.89 0.41
HSL 37.61º 0.8% 0.33% -
HSV(B) 37.61º 0.89% 0.59% -
XYZ 17.52 15.93 2.68 -
YUV 106.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 151 101 17 0 0.33 0.89 0.41 37.61 0.8 0.33
Hex 97 65 11 0 21 59 29 26 50 21
Octal 227 145 21 0 41 131 51 46 120 41
Binary 10010111 1100101 10001 0 100001 1011001 101001 100110 1010000 100001

Color Harmonies of #976511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976511

Black with #976511

Text Example


Text Example

White with #976511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976511; }

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

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

background-color css

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

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

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

border-color css

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

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

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