Html Css Color HEX #976612 Golden Brown

📋 copy color: '#976612'

red 151 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #976612

Tints of Golden Brown #976612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 55.72%
G = 37.64%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976612 (or 0x976612) is known color: Golden Brown. HEX triplet: 97, 66 and 12. RGB value is (151,102,18). Sum of RGB (Red+Green+Blue) = 151+102+18=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #976612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976612 is #6899ED. Grayscale: #6B6B6B. Windows color (decimal): -6855150 or 1205911. OLE color: 1205911.

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

Color convert

RGB 151 102 18 -
CMYK 0 0.32 0.88 0.41
HSL 37.89º 0.79% 0.33% -
HSV(B) 37.89º 0.88% 0.59% -
XYZ 17.62 16.13 2.76 -
YUV 107.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 151 102 18 0 0.32 0.88 0.41 37.89 0.79 0.33
Hex 97 66 12 0 20 58 29 26 4F 21
Octal 227 146 22 0 40 130 51 46 117 41
Binary 10010111 1100110 10010 0 100000 1011000 101001 100110 1001111 100001

Color Harmonies of #976612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976612

Black with #976612

Text Example


Text Example

White with #976612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976612; }

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

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

background-color css

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

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

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

border-color css

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

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

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