Html Css Color HEX #976D1E Golden Brown

📋 copy color: '#976D1E'

red 151 ◦ green 109 ◦ blue 30

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

Shades of Golden Brown #976D1E

Tints of Golden Brown #976D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 52.07%
G = 37.59%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#976D1E (or 0x976D1E) is known color: Golden Brown. HEX triplet: 97, 6D and 1E. RGB value is (151,109,30). Sum of RGB (Red+Green+Blue) = 151+109+30=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #976D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D1E is #6892E1. Grayscale: #707070. Windows color (decimal): -6853346 or 1994135. OLE color: 1994135.

HSL color Cylindrical-coordinate representation of color #976D1E: hue angle of 39.17º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #976D1E is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 30 -
CMYK 0 0.28 0.80 0.41
HSL 39.17º 0.67% 0.35% -
HSV(B) 39.17º 0.8% 0.59% -
XYZ 18.47 17.61 3.65 -
YUV 112.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 151 109 30 0 0.28 0.80 0.41 39.17 0.67 0.35
Hex 97 6D 1E 0 1C 50 29 27 43 23
Octal 227 155 36 0 34 120 51 47 103 43
Binary 10010111 1101101 11110 0 11100 1010000 101001 100111 1000011 100011

Color Harmonies of #976D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D1E

Black with #976D1E

Text Example


Text Example

White with #976D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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