Html Css Color HEX #976F10 Golden Brown

📋 copy color: '#976F10'

red 151 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #976F10

Tints of Golden Brown #976F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 54.32%
G = 39.93%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976F10 (or 0x976F10) is known color: Golden Brown. HEX triplet: 97, 6F and 10. RGB value is (151,111,16). Sum of RGB (Red+Green+Blue) = 151+111+16=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #976F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F10 is #6890EF. Grayscale: #707070. Windows color (decimal): -6852848 or 1077143. OLE color: 1077143.

HSL color Cylindrical-coordinate representation of color #976F10: hue angle of 42.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #976F10 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 16 -
CMYK 0 0.26 0.89 0.41
HSL 42.22º 0.81% 0.33% -
HSV(B) 42.22º 0.89% 0.59% -
XYZ 18.54 17.99 2.98 -
YUV 112.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 151 111 16 0 0.26 0.89 0.41 42.22 0.81 0.33
Hex 97 6F 10 0 1A 59 29 2A 51 21
Octal 227 157 20 0 32 131 51 52 121 41
Binary 10010111 1101111 10000 0 11010 1011001 101001 101010 1010001 100001

Color Harmonies of #976F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F10

Black with #976F10

Text Example


Text Example

White with #976F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,16); }

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

background-color css

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

 a { background-color: rgb(151,111,16); }

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

border-color css

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

 span { border-color: rgb(151,111,16); }

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