Html Css Color HEX #965A32 Indochine

📋 copy color: '#965A32'

red 150 ◦ green 90 ◦ blue 50

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

Shades of Indochine #965A32

Tints of Indochine #965A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 51.72%
G = 31.03%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965A32 (or 0x965A32) is known color: Indochine. HEX triplet: 96, 5A and 32. RGB value is (150,90,50). Sum of RGB (Red+Green+Blue) = 150+90+50=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #965A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A32 is #69A5CD. Grayscale: #676767. Windows color (decimal): -6923726 or 3299990. OLE color: 3299990.

HSL color Cylindrical-coordinate representation of color #965A32: hue angle of 24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #965A32 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 50 -
CMYK 0 0.4 0.67 0.41
HSL 24º 0.5% 0.39% -
HSV(B) 24º 0.67% 0.59% -
XYZ 16.81 14.03 4.84 -
YUV 103.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 150 90 50 0 0.4 0.67 0.41 24 0.5 0.39
Hex 96 5A 32 0 28 43 29 18 32 27
Octal 226 132 62 0 50 103 51 30 62 47
Binary 10010110 1011010 110010 0 101000 1000011 101001 11000 110010 100111

Color Harmonies of #965A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A32

Black with #965A32

Text Example


Text Example

White with #965A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A32; }

 p { color: rgb(150,90,50); }

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

background-color css

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

 a { background-color: rgb(150,90,50); }

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

border-color css

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

 span { border-color: rgb(150,90,50); }

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