Html Css Color HEX #976A1D Golden Brown

📋 copy color: '#976A1D'

red 151 ◦ green 106 ◦ blue 29

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

Shades of Golden Brown #976A1D

Tints of Golden Brown #976A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 52.8%
G = 37.06%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#976A1D (or 0x976A1D) is known color: Golden Brown. HEX triplet: 97, 6A and 1D. RGB value is (151,106,29). Sum of RGB (Red+Green+Blue) = 151+106+29=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #976A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A1D is #6895E2. Grayscale: #6F6F6F. Windows color (decimal): -6854115 or 1927831. OLE color: 1927831.

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

Color convert

RGB 151 106 29 -
CMYK 0 0.30 0.81 0.41
HSL 37.87º 0.68% 0.35% -
HSV(B) 37.87º 0.81% 0.59% -
XYZ 18.14 16.98 3.48 -
YUV 110.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 151 106 29 0 0.30 0.81 0.41 37.87 0.68 0.35
Hex 97 6A 1D 0 1E 51 29 26 44 23
Octal 227 152 35 0 36 121 51 46 104 43
Binary 10010111 1101010 11101 0 11110 1010001 101001 100110 1000100 100011

Color Harmonies of #976A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A1D

Black with #976A1D

Text Example


Text Example

White with #976A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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