Html Css Color HEX #965A36 Indochine

📋 copy color: '#965A36'

red 150 ◦ green 90 ◦ blue 54

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

Shades of Indochine #965A36

Tints of Indochine #965A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 51.02%
G = 30.61%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#965A36 (or 0x965A36) is known color: Indochine. HEX triplet: 96, 5A and 36. RGB value is (150,90,54). Sum of RGB (Red+Green+Blue) = 150+90+54=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A36 is #69A5C9. Grayscale: #686868. Windows color (decimal): -6923722 or 3562134. OLE color: 3562134.

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

Color convert

RGB 150 90 54 -
CMYK 0 0.4 0.64 0.41
HSL 22.5º 0.47% 0.4% -
HSV(B) 22.5º 0.64% 0.59% -
XYZ 16.9 14.06 5.31 -
YUV 103.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 150 90 54 0 0.4 0.64 0.41 22.5 0.47 0.4
Hex 96 5A 36 0 28 40 29 16 2F 28
Octal 226 132 66 0 50 100 51 26 57 50
Binary 10010110 1011010 110110 0 101000 1000000 101001 10110 101111 101000

Color Harmonies of #965A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A36

Black with #965A36

Text Example


Text Example

White with #965A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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