Html Css Color HEX #976510 Golden Brown

📋 copy color: '#976510'

red 151 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #976510

Tints of Golden Brown #976510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 56.34%
G = 37.69%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#976510 (or 0x976510) is known color: Golden Brown. HEX triplet: 97, 65 and 10. RGB value is (151,101,16). Sum of RGB (Red+Green+Blue) = 151+101+16=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #976510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976510 is #689AEF. Grayscale: #6A6A6A. Windows color (decimal): -6855408 or 1074583. OLE color: 1074583.

HSL color Cylindrical-coordinate representation of color #976510: hue angle of 37.78º 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 #976510 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 16 -
CMYK 0 0.33 0.89 0.41
HSL 37.78º 0.81% 0.33% -
HSV(B) 37.78º 0.89% 0.59% -
XYZ 17.51 15.92 2.64 -
YUV 106.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 151 101 16 0 0.33 0.89 0.41 37.78 0.81 0.33
Hex 97 65 10 0 21 59 29 26 51 21
Octal 227 145 20 0 41 131 51 46 121 41
Binary 10010111 1100101 10000 0 100001 1011001 101001 100110 1010001 100001

Color Harmonies of #976510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976510

Black with #976510

Text Example


Text Example

White with #976510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976510; }

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

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

background-color css

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

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

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

border-color css

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

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

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