Html Css Color HEX #976E1D Golden Brown

📋 copy color: '#976E1D'

red 151 ◦ green 110 ◦ blue 29

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

Shades of Golden Brown #976E1D

Tints of Golden Brown #976E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 52.07%
G = 37.93%
B = 10%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#976E1D (or 0x976E1D) is known color: Golden Brown. HEX triplet: 97, 6E and 1D. RGB value is (151,110,29). Sum of RGB (Red+Green+Blue) = 151+110+29=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #976E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E1D is #6891E2. Grayscale: #717171. Windows color (decimal): -6853091 or 1928855. OLE color: 1928855.

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

Color convert

RGB 151 110 29 -
CMYK 0 0.27 0.81 0.41
HSL 39.84º 0.68% 0.35% -
HSV(B) 39.84º 0.81% 0.59% -
XYZ 18.56 17.82 3.62 -
YUV 113.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 151 110 29 0 0.27 0.81 0.41 39.84 0.68 0.35
Hex 97 6E 1D 0 1B 51 29 28 44 23
Octal 227 156 35 0 33 121 51 50 104 43
Binary 10010111 1101110 11101 0 11011 1010001 101001 101000 1000100 100011

Color Harmonies of #976E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E1D

Black with #976E1D

Text Example


Text Example

White with #976E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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