#975106

Color #975106 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #975106

Tints of Saddle Brown #975106

Color information

#975106 (or 0x975106) is unknown color: approx Saddle Brown. HEX triplet: 97, 51 and 06. RGB value is (151,81,6). Sum of RGB (Red+Green+Blue) = 151+81+6=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #975106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975106 is #68AEF9. Grayscale: #5D5D5D. Windows color (decimal): -6860538 or 414103. OLE color: 414103.

HSL color Cylindrical-coordinate representation of color #975106: hue angle of 31.03º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #975106 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB151816-
CMYK00.460.960.41
HSL31.03º92.36%30.78%-
HSV(B)31.03º96.03%59.22%-
XYZ15.7412.481.75-
YUV93.3878.69169.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.45%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=63.45%
G=34.03%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15181600.460.960.4131.0392.3630.78
Hex9751602E60291f5c1f
Octal2271216056140513713437
Binary1001011110100011100101110110000010100111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975106; }

 p { color: rgb(151,81,6); }

 H1.HeaderClassName
 {
   color: #975106;
 }
 .AnyTagClassName
 {
   color: #975106;
 }
</style>
background-color css

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

 a { background-color: rgb(151,81,6); }

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

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

 span { border-color: rgb(151,81,6); }

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