Html Css Color HEX #976605 Golden Brown

📋 copy color: '#976605'

red 151 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #976605

Tints of Golden Brown #976605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

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

R = 58.53%
G = 39.53%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#976605 (or 0x976605) is known color: Golden Brown. HEX triplet: 97, 66 and 05. RGB value is (151,102,5). Sum of RGB (Red+Green+Blue) = 151+102+5=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #976605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976605 is #6899FA. Grayscale: #6A6A6A. Windows color (decimal): -6855163 or 353943. OLE color: 353943.

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

Color convert

RGB 151 102 5 -
CMYK 0 0.32 0.97 0.41
HSL 39.86º 0.94% 0.31% -
HSV(B) 39.86º 0.97% 0.59% -
XYZ 17.54 16.09 2.33 -
YUV 105.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 151 102 5 0 0.32 0.97 0.41 39.86 0.94 0.31
Hex 97 66 5 0 20 61 29 28 5E 1F
Octal 227 146 5 0 40 141 51 50 136 37
Binary 10010111 1100110 101 0 100000 1100001 101001 101000 1011110 11111

Color Harmonies of #976605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976605

Black with #976605

Text Example


Text Example

White with #976605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976605; }

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

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

background-color css

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

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

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

border-color css

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

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

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