Html Css Color HEX #976A0F Golden Brown

📋 copy color: '#976A0F'

red 151 ◦ green 106 ◦ blue 15

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

Shades of Golden Brown #976A0F

Tints of Golden Brown #976A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 55.51%
G = 38.97%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#976A0F (or 0x976A0F) is known color: Golden Brown. HEX triplet: 97, 6A and 0F. RGB value is (151,106,15). Sum of RGB (Red+Green+Blue) = 151+106+15=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976A0F is #6895F0. Grayscale: #6D6D6D. Windows color (decimal): -6854129 or 1010327. OLE color: 1010327.

HSL color Cylindrical-coordinate representation of color #976A0F: hue angle of 40.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #976A0F is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 15 -
CMYK 0 0.30 0.90 0.41
HSL 40.15º 0.82% 0.33% -
HSV(B) 40.15º 0.9% 0.59% -
XYZ 18 16.92 2.77 -
YUV 109.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 151 106 15 0 0.30 0.90 0.41 40.15 0.82 0.33
Hex 97 6A F 0 1E 5A 29 28 52 21
Octal 227 152 17 0 36 132 51 50 122 41
Binary 10010111 1101010 1111 0 11110 1011010 101001 101000 1010010 100001

Color Harmonies of #976A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A0F

Black with #976A0F

Text Example


Text Example

White with #976A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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