Html Css Color HEX #96613A Indochine

📋 copy color: '#96613A'

red 150 ◦ green 97 ◦ blue 58

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

Shades of Indochine #96613A

Tints of Indochine #96613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 49.18%
G = 31.8%
B = 19.02%

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

#96613A (or 0x96613A) is known color: Indochine. HEX triplet: 96, 61 and 3A. RGB value is (150,97,58). Sum of RGB (Red+Green+Blue) = 150+97+58=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96613A is #699EC5. Grayscale: #6C6C6C. Windows color (decimal): -6921926 or 3826070. OLE color: 3826070.

HSL color Cylindrical-coordinate representation of color #96613A: hue angle of 25.43º 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 #96613A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 58 -
CMYK 0 0.35 0.61 0.41
HSL 25.43º 0.44% 0.41% -
HSV(B) 25.43º 0.61% 0.59% -
XYZ 17.62 15.34 6.04 -
YUV 108.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 150 97 58 0 0.35 0.61 0.41 25.43 0.44 0.41
Hex 96 61 3A 0 23 3D 29 19 2C 29
Octal 226 141 72 0 43 75 51 31 54 51
Binary 10010110 1100001 111010 0 100011 111101 101001 11001 101100 101001

Color Harmonies of #96613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96613A

Black with #96613A

Text Example


Text Example

White with #96613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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