Html Css Color HEX #976812 Golden Brown

📋 copy color: '#976812'

red 151 ◦ green 104 ◦ blue 18

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

Shades of Golden Brown #976812

Tints of Golden Brown #976812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 55.31%
G = 38.1%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976812 (or 0x976812) is known color: Golden Brown. HEX triplet: 97, 68 and 12. RGB value is (151,104,18). Sum of RGB (Red+Green+Blue) = 151+104+18=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #976812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976812 is #6897ED. Grayscale: #6C6C6C. Windows color (decimal): -6854638 or 1206423. OLE color: 1206423.

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

Color convert

RGB 151 104 18 -
CMYK 0 0.31 0.88 0.41
HSL 38.8º 0.79% 0.33% -
HSV(B) 38.8º 0.88% 0.59% -
XYZ 17.82 16.52 2.82 -
YUV 108.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 151 104 18 0 0.31 0.88 0.41 38.8 0.79 0.33
Hex 97 68 12 0 1F 58 29 27 4F 21
Octal 227 150 22 0 37 130 51 47 117 41
Binary 10010111 1101000 10010 0 11111 1011000 101001 100111 1001111 100001

Color Harmonies of #976812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976812

Black with #976812

Text Example


Text Example

White with #976812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976812; }

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

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

background-color css

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

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

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

border-color css

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

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

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