Html Css Color HEX #976F0A Golden Brown

📋 copy color: '#976F0A'

red 151 ◦ green 111 ◦ blue 10

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

Shades of Golden Brown #976F0A

Tints of Golden Brown #976F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 55.51%
G = 40.81%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#976F0A (or 0x976F0A) is known color: Golden Brown. HEX triplet: 97, 6F and 0A. RGB value is (151,111,10). Sum of RGB (Red+Green+Blue) = 151+111+10=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #976F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F0A is #6890F5. Grayscale: #6F6F6F. Windows color (decimal): -6852854 or 683927. OLE color: 683927.

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

Color convert

RGB 151 111 10 -
CMYK 0 0.26 0.93 0.41
HSL 42.98º 0.88% 0.32% -
HSV(B) 42.98º 0.93% 0.59% -
XYZ 18.5 17.97 2.78 -
YUV 111.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 151 111 10 0 0.26 0.93 0.41 42.98 0.88 0.32
Hex 97 6F A 0 1A 5D 29 2B 58 20
Octal 227 157 12 0 32 135 51 53 130 40
Binary 10010111 1101111 1010 0 11010 1011101 101001 101011 1011000 100000

Color Harmonies of #976F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F0A

Black with #976F0A

Text Example


Text Example

White with #976F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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