Html Css Color HEX #976508 Golden Brown

📋 copy color: '#976508'

red 151 ◦ green 101 ◦ blue 8

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

Shades of Golden Brown #976508

Tints of Golden Brown #976508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 58.08%
G = 38.85%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#976508 (or 0x976508) is known color: Golden Brown. HEX triplet: 97, 65 and 08. RGB value is (151,101,8). Sum of RGB (Red+Green+Blue) = 151+101+8=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #976508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976508 is #689AF7. Grayscale: #696969. Windows color (decimal): -6855416 or 550295. OLE color: 550295.

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

Color convert

RGB 151 101 8 -
CMYK 0 0.33 0.95 0.41
HSL 39.02º 0.9% 0.31% -
HSV(B) 39.02º 0.95% 0.59% -
XYZ 17.46 15.9 2.38 -
YUV 105.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 151 101 8 0 0.33 0.95 0.41 39.02 0.9 0.31
Hex 97 65 8 0 21 5F 29 27 5A 1F
Octal 227 145 10 0 41 137 51 47 132 37
Binary 10010111 1100101 1000 0 100001 1011111 101001 100111 1011010 11111

Color Harmonies of #976508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976508

Black with #976508

Text Example


Text Example

White with #976508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976508; }

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

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

background-color css

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

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

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

border-color css

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

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

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