Html Css Color HEX #965A38 Indochine

📋 copy color: '#965A38'

red 150 ◦ green 90 ◦ blue 56

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

Shades of Indochine #965A38

Tints of Indochine #965A38

RGB

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

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

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

R = 50.68%
G = 30.41%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965A38 (or 0x965A38) is known color: Indochine. HEX triplet: 96, 5A and 38. RGB value is (150,90,56). Sum of RGB (Red+Green+Blue) = 150+90+56=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #965A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A38 is #69A5C7. Grayscale: #686868. Windows color (decimal): -6923720 or 3693206. OLE color: 3693206.

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

Color convert

RGB 150 90 56 -
CMYK 0 0.4 0.63 0.41
HSL 21.7º 0.46% 0.4% -
HSV(B) 21.7º 0.63% 0.59% -
XYZ 16.95 14.08 5.57 -
YUV 104.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 150 90 56 0 0.4 0.63 0.41 21.7 0.46 0.4
Hex 96 5A 38 0 28 3F 29 16 2E 28
Octal 226 132 70 0 50 77 51 26 56 50
Binary 10010110 1011010 111000 0 101000 111111 101001 10110 101110 101000

Color Harmonies of #965A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A38

Black with #965A38

Text Example


Text Example

White with #965A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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