Html Css Color HEX #965D32 Indochine

📋 copy color: '#965D32'

red 150 ◦ green 93 ◦ blue 50

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

Shades of Indochine #965D32

Tints of Indochine #965D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 51.19%
G = 31.74%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965D32 (or 0x965D32) is known color: Indochine. HEX triplet: 96, 5D and 32. RGB value is (150,93,50). Sum of RGB (Red+Green+Blue) = 150+93+50=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D32 is #69A2CD. Grayscale: #696969. Windows color (decimal): -6922958 or 3300758. OLE color: 3300758.

HSL color Cylindrical-coordinate representation of color #965D32: hue angle of 25.8º 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 #965D32 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 93 50 -
CMYK 0 0.38 0.67 0.41
HSL 25.8º 0.5% 0.39% -
HSV(B) 25.8º 0.67% 0.59% -
XYZ 17.07 14.54 4.93 -
YUV 105.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 150 93 50 0 0.38 0.67 0.41 25.8 0.5 0.39
Hex 96 5D 32 0 26 43 29 1A 32 27
Octal 226 135 62 0 46 103 51 32 62 47
Binary 10010110 1011101 110010 0 100110 1000011 101001 11010 110010 100111

Color Harmonies of #965D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D32

Black with #965D32

Text Example


Text Example

White with #965D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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