#975E3C

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

Shades of Indochine #975E3C

Tints of Indochine #975E3C

Color information

#975E3C (or 0x975E3C) is unknown color: approx Indochine. HEX triplet: 97, 5E and 3C. RGB value is (151,94,60). Sum of RGB (Red+Green+Blue) = 151+94+60=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #975E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E3C is #68A1C3. Grayscale: #6B6B6B. Windows color (decimal): -6857156 or 3956375. OLE color: 3956375.

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

Color convert

RGB1519460-
CMYK00.380.600.41
HSL22.42º43.13%41.37%-
HSV(B)22.42º60.26%59.22%-
XYZ17.5814.916.23-
YUV107.17101.38159.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=49.51%
G=30.82%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151946000.380.600.4122.4243.1341.37
Hex975E3C0263C29162b29
Octal227136740467451265351
Binary100101111011110111100010011011110010100110110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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