Html Css Color HEX #966136 Indochine

📋 copy color: '#966136'

red 150 ◦ green 97 ◦ blue 54

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

Shades of Indochine #966136

Tints of Indochine #966136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 49.83%
G = 32.23%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#966136 (or 0x966136) is known color: Indochine. HEX triplet: 96, 61 and 36. RGB value is (150,97,54). Sum of RGB (Red+Green+Blue) = 150+97+54=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966136 is #699EC9. Grayscale: #6C6C6C. Windows color (decimal): -6921930 or 3563926. OLE color: 3563926.

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

Color convert

RGB 150 97 54 -
CMYK 0 0.35 0.64 0.41
HSL 26.88º 0.47% 0.4% -
HSV(B) 26.88º 0.64% 0.59% -
XYZ 17.52 15.3 5.52 -
YUV 107.95 97.56 158 -
System Red Green Blue C M Y K H S L
Decimal 150 97 54 0 0.35 0.64 0.41 26.88 0.47 0.4
Hex 96 61 36 0 23 40 29 1B 2F 28
Octal 226 141 66 0 43 100 51 33 57 50
Binary 10010110 1100001 110110 0 100011 1000000 101001 11011 101111 101000

Color Harmonies of #966136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966136

Black with #966136

Text Example


Text Example

White with #966136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966136; }

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

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

background-color css

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

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

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

border-color css

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

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

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