Html Css Color HEX #96613B Indochine

📋 copy color: '#96613B'

red 150 ◦ green 97 ◦ blue 59

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

Shades of Indochine #96613B

Tints of Indochine #96613B

RGB

 RED value IS 150 (58.98% from 255) = 49.02%

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 49.02%
G = 31.7%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96613B (or 0x96613B) is known color: Indochine. HEX triplet: 96, 61 and 3B. RGB value is (150,97,59). Sum of RGB (Red+Green+Blue) = 150+97+59=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96613B is #699EC4. Grayscale: #6C6C6C. Windows color (decimal): -6921925 or 3891606. OLE color: 3891606.

HSL color Cylindrical-coordinate representation of color #96613B: hue angle of 25.05º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96613B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 59 -
CMYK 0 0.35 0.61 0.41
HSL 25.05º 0.44% 0.41% -
HSV(B) 25.05º 0.61% 0.59% -
XYZ 17.64 15.35 6.17 -
YUV 108.52 100.06 157.59 -
System Red Green Blue C M Y K H S L
Decimal 150 97 59 0 0.35 0.61 0.41 25.05 0.44 0.41
Hex 96 61 3B 0 23 3D 29 19 2C 29
Octal 226 141 73 0 43 75 51 31 54 51
Binary 10010110 1100001 111011 0 100011 111101 101001 11001 101100 101001

Color Harmonies of #96613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96613B

Black with #96613B

Text Example


Text Example

White with #96613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96613B; }

 p { color: rgb(150,97,59); }

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

background-color css

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

 a { background-color: rgb(150,97,59); }

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

border-color css

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

 span { border-color: rgb(150,97,59); }

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