Html Css Color HEX #976C0F Golden Brown

📋 copy color: '#976C0F'

red 151 ◦ green 108 ◦ blue 15

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

Shades of Golden Brown #976C0F

Tints of Golden Brown #976C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

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

R = 55.11%
G = 39.42%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#976C0F (or 0x976C0F) is known color: Golden Brown. HEX triplet: 97, 6C and 0F. RGB value is (151,108,15). Sum of RGB (Red+Green+Blue) = 151+108+15=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #976C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976C0F is #6893F0. Grayscale: #6E6E6E. Windows color (decimal): -6853617 or 1010839. OLE color: 1010839.

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

Color convert

RGB 151 108 15 -
CMYK 0 0.28 0.90 0.41
HSL 41.03º 0.82% 0.33% -
HSV(B) 41.03º 0.9% 0.59% -
XYZ 18.21 17.34 2.84 -
YUV 110.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 151 108 15 0 0.28 0.90 0.41 41.03 0.82 0.33
Hex 97 6C F 0 1C 5A 29 29 52 21
Octal 227 154 17 0 34 132 51 51 122 41
Binary 10010111 1101100 1111 0 11100 1011010 101001 101001 1010010 100001

Color Harmonies of #976C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C0F

Black with #976C0F

Text Example


Text Example

White with #976C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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