Html Css Color HEX #976912 Golden Brown

📋 copy color: '#976912'

red 151 ◦ green 105 ◦ blue 18

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

Shades of Golden Brown #976912

Tints of Golden Brown #976912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 55.11%
G = 38.32%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#976912 (or 0x976912) is known color: Golden Brown. HEX triplet: 97, 69 and 12. RGB value is (151,105,18). Sum of RGB (Red+Green+Blue) = 151+105+18=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976912 is #6896ED. Grayscale: #6D6D6D. Windows color (decimal): -6854382 or 1206679. OLE color: 1206679.

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

Color convert

RGB 151 105 18 -
CMYK 0 0.30 0.88 0.41
HSL 39.25º 0.79% 0.33% -
HSV(B) 39.25º 0.88% 0.59% -
XYZ 17.92 16.73 2.86 -
YUV 108.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 151 105 18 0 0.30 0.88 0.41 39.25 0.79 0.33
Hex 97 69 12 0 1E 58 29 27 4F 21
Octal 227 151 22 0 36 130 51 47 117 41
Binary 10010111 1101001 10010 0 11110 1011000 101001 100111 1001111 100001

Color Harmonies of #976912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976912

Black with #976912

Text Example


Text Example

White with #976912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976912; }

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

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

background-color css

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

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

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

border-color css

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

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

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