Html Css Color HEX #976D1D Golden Brown

📋 copy color: '#976D1D'

red 151 ◦ green 109 ◦ blue 29

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

Shades of Golden Brown #976D1D

Tints of Golden Brown #976D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

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

R = 52.25%
G = 37.72%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#976D1D (or 0x976D1D) is known color: Golden Brown. HEX triplet: 97, 6D and 1D. RGB value is (151,109,29). Sum of RGB (Red+Green+Blue) = 151+109+29=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #976D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D1D is #6892E2. Grayscale: #707070. Windows color (decimal): -6853347 or 1928599. OLE color: 1928599.

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

Color convert

RGB 151 109 29 -
CMYK 0 0.28 0.81 0.41
HSL 39.34º 0.68% 0.35% -
HSV(B) 39.34º 0.81% 0.59% -
XYZ 18.45 17.61 3.59 -
YUV 112.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 151 109 29 0 0.28 0.81 0.41 39.34 0.68 0.35
Hex 97 6D 1D 0 1C 51 29 27 44 23
Octal 227 155 35 0 34 121 51 47 104 43
Binary 10010111 1101101 11101 0 11100 1010001 101001 100111 1000100 100011

Color Harmonies of #976D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D1D

Black with #976D1D

Text Example


Text Example

White with #976D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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