#975E34

Color #975E34 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #975E34

Tints of Indochine #975E34

Color information

#975E34 (or 0x975E34) is unknown color: approx Indochine. HEX triplet: 97, 5E and 34. RGB value is (151,94,52). Sum of RGB (Red+Green+Blue) = 151+94+52=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #975E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E34 is #68A1CB. Grayscale: #6A6A6A. Windows color (decimal): -6857164 or 3432087. OLE color: 3432087.

HSL color Cylindrical-coordinate representation of color #975E34: hue angle of 25.45º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975E34 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1519452-
CMYK00.380.660.41
HSL25.45º48.77%39.8%-
HSV(B)25.45º65.56%59.22%-
XYZ17.3914.835.2-
YUV106.2697.38159.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=50.84%
G=31.65%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151945200.380.660.4125.4548.7739.8
Hex975E340264229193128
Octal2271366404610251316150
Binary1001011110111101101000100110100001010100111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975E34; }

 p { color: rgb(151,94,52); }

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

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

 a { background-color: rgb(151,94,52); }

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

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

 span { border-color: rgb(151,94,52); }

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