Html Css Color HEX #976F1F Golden Brown

📋 copy color: '#976F1F'

red 151 ◦ green 111 ◦ blue 31

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

Shades of Golden Brown #976F1F

Tints of Golden Brown #976F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

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

R = 51.54%
G = 37.88%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976F1F (or 0x976F1F) is known color: Golden Brown. HEX triplet: 97, 6F and 1F. RGB value is (151,111,31). Sum of RGB (Red+Green+Blue) = 151+111+31=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #976F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F1F is #6890E0. Grayscale: #727272. Windows color (decimal): -6852833 or 2060183. OLE color: 2060183.

HSL color Cylindrical-coordinate representation of color #976F1F: hue angle of 40º 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 #976F1F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 31 -
CMYK 0 0.26 0.79 0.41
HSL 40º 0.66% 0.36% -
HSV(B) 40º 0.79% 0.59% -
XYZ 18.69 18.05 3.79 -
YUV 113.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 151 111 31 0 0.26 0.79 0.41 40 0.66 0.36
Hex 97 6F 1F 0 1A 4F 29 28 42 24
Octal 227 157 37 0 32 117 51 50 102 44
Binary 10010111 1101111 11111 0 11010 1001111 101001 101000 1000010 100100

Color Harmonies of #976F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F1F

Black with #976F1F

Text Example


Text Example

White with #976F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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