Html Css Color HEX #976E1F Golden Brown

📋 copy color: '#976E1F'

red 151 ◦ green 110 ◦ blue 31

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

Shades of Golden Brown #976E1F

Tints of Golden Brown #976E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 51.71%
G = 37.67%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976E1F (or 0x976E1F) is known color: Golden Brown. HEX triplet: 97, 6E and 1F. RGB value is (151,110,31). Sum of RGB (Red+Green+Blue) = 151+110+31=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #976E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E1F is #6891E0. Grayscale: #717171. Windows color (decimal): -6853089 or 2059927. OLE color: 2059927.

HSL color Cylindrical-coordinate representation of color #976E1F: hue angle of 39.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #976E1F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 31 -
CMYK 0 0.27 0.79 0.41
HSL 39.5º 0.66% 0.36% -
HSV(B) 39.5º 0.79% 0.59% -
XYZ 18.59 17.83 3.76 -
YUV 113.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 151 110 31 0 0.27 0.79 0.41 39.5 0.66 0.36
Hex 97 6E 1F 0 1B 4F 29 28 42 24
Octal 227 156 37 0 33 117 51 50 102 44
Binary 10010111 1101110 11111 0 11011 1001111 101001 101000 1000010 100100

Color Harmonies of #976E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E1F

Black with #976E1F

Text Example


Text Example

White with #976E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976E1F; }

 p { color: rgb(151,110,31); }

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

background-color css

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

 a { background-color: rgb(151,110,31); }

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

border-color css

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

 span { border-color: rgb(151,110,31); }

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