#975B34

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

Shades of Indochine #975B34

Tints of Indochine #975B34

Color information

#975B34 (or 0x975B34) is unknown color: approx Indochine. HEX triplet: 97, 5B and 34. RGB value is (151,91,52). Sum of RGB (Red+Green+Blue) = 151+91+52=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #975B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B34 is #68A4CB. Grayscale: #686868. Windows color (decimal): -6857932 or 3431319. OLE color: 3431319.

HSL color Cylindrical-coordinate representation of color #975B34: hue angle of 23.64º 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 #975B34 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1519152-
CMYK00.400.660.41
HSL23.64º48.77%39.8%-
HSV(B)23.64º65.56%59.22%-
XYZ17.1214.315.11-
YUV104.4998.38161.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=51.36%
G=30.95%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151915200.400.660.4123.6448.7739.8
Hex975B340284229183128
Octal2271336405010251306150
Binary1001011110110111101000101000100001010100111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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