Html Css Color HEX #965C38 Indochine

📋 copy color: '#965C38'

red 150 ◦ green 92 ◦ blue 56

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

Shades of Indochine #965C38

Tints of Indochine #965C38

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 50.34%
G = 30.87%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965C38 (or 0x965C38) is known color: Indochine. HEX triplet: 96, 5C and 38. RGB value is (150,92,56). Sum of RGB (Red+Green+Blue) = 150+92+56=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #965C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C38 is #69A3C7. Grayscale: #696969. Windows color (decimal): -6923208 or 3693718. OLE color: 3693718.

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

Color convert

RGB 150 92 56 -
CMYK 0 0.39 0.63 0.41
HSL 22.98º 0.46% 0.4% -
HSV(B) 22.98º 0.63% 0.59% -
XYZ 17.12 14.42 5.62 -
YUV 105.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 150 92 56 0 0.39 0.63 0.41 22.98 0.46 0.4
Hex 96 5C 38 0 27 3F 29 17 2E 28
Octal 226 134 70 0 47 77 51 27 56 50
Binary 10010110 1011100 111000 0 100111 111111 101001 10111 101110 101000

Color Harmonies of #965C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C38

Black with #965C38

Text Example


Text Example

White with #965C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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