Html Css Color HEX #965938 Indochine

📋 copy color: '#965938'

red 150 ◦ green 89 ◦ blue 56

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

Shades of Indochine #965938

Tints of Indochine #965938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 50.85%
G = 30.17%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965938 (or 0x965938) is known color: Indochine. HEX triplet: 96, 59 and 38. RGB value is (150,89,56). Sum of RGB (Red+Green+Blue) = 150+89+56=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965938 is #69A6C7. Grayscale: #676767. Windows color (decimal): -6923976 or 3692950. OLE color: 3692950.

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

Color convert

RGB 150 89 56 -
CMYK 0 0.41 0.63 0.41
HSL 21.06º 0.46% 0.4% -
HSV(B) 21.06º 0.63% 0.59% -
XYZ 16.86 13.91 5.54 -
YUV 103.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 150 89 56 0 0.41 0.63 0.41 21.06 0.46 0.4
Hex 96 59 38 0 29 3F 29 15 2E 28
Octal 226 131 70 0 51 77 51 25 56 50
Binary 10010110 1011001 111000 0 101001 111111 101001 10101 101110 101000

Color Harmonies of #965938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965938

Black with #965938

Text Example


Text Example

White with #965938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965938; }

 p { color: rgb(150,89,56); }

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

background-color css

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

 a { background-color: rgb(150,89,56); }

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

border-color css

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

 span { border-color: rgb(150,89,56); }

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