Html Css Color HEX #976505 Golden Brown

📋 copy color: '#976505'

red 151 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #976505

Tints of Golden Brown #976505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 58.75%
G = 39.3%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#976505 (or 0x976505) is known color: Golden Brown. HEX triplet: 97, 65 and 05. RGB value is (151,101,5). Sum of RGB (Red+Green+Blue) = 151+101+5=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #976505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976505 is #689AFA. Grayscale: #696969. Windows color (decimal): -6855419 or 353687. OLE color: 353687.

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

Color convert

RGB 151 101 5 -
CMYK 0 0.33 0.97 0.41
HSL 39.45º 0.94% 0.31% -
HSV(B) 39.45º 0.97% 0.59% -
XYZ 17.44 15.9 2.29 -
YUV 105.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 151 101 5 0 0.33 0.97 0.41 39.45 0.94 0.31
Hex 97 65 5 0 21 61 29 27 5E 1F
Octal 227 145 5 0 41 141 51 47 136 37
Binary 10010111 1100101 101 0 100001 1100001 101001 100111 1011110 11111

Color Harmonies of #976505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976505

Black with #976505

Text Example


Text Example

White with #976505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976505; }

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

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

background-color css

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

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

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

border-color css

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

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

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