Html Css Color HEX #976513 Golden Brown

📋 copy color: '#976513'

red 151 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #976513

Tints of Golden Brown #976513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 55.72%
G = 37.27%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#976513 (or 0x976513) is known color: Golden Brown. HEX triplet: 97, 65 and 13. RGB value is (151,101,19). Sum of RGB (Red+Green+Blue) = 151+101+19=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976513 is #689AEC. Grayscale: #6A6A6A. Windows color (decimal): -6855405 or 1271191. OLE color: 1271191.

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

Color convert

RGB 151 101 19 -
CMYK 0 0.33 0.87 0.41
HSL 37.27º 0.78% 0.33% -
HSV(B) 37.27º 0.87% 0.59% -
XYZ 17.53 15.93 2.77 -
YUV 106.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 151 101 19 0 0.33 0.87 0.41 37.27 0.78 0.33
Hex 97 65 13 0 21 57 29 25 4E 21
Octal 227 145 23 0 41 127 51 45 116 41
Binary 10010111 1100101 10011 0 100001 1010111 101001 100101 1001110 100001

Color Harmonies of #976513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976513

Black with #976513

Text Example


Text Example

White with #976513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976513; }

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

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

background-color css

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

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

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

border-color css

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

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

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