Html Css Color HEX #965144 El Salva

📋 copy color: '#965144'

red 150 ◦ green 81 ◦ blue 68

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

Shades of El Salva #965144

Tints of El Salva #965144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 50.17%
G = 27.09%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#965144 (or 0x965144) is known color: El Salva. HEX triplet: 96, 51 and 44. RGB value is (150,81,68). Sum of RGB (Red+Green+Blue) = 150+81+68=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965144 is #69AEBB. Grayscale: #646464. Windows color (decimal): -6926012 or 4477334. OLE color: 4477334.

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

Color convert

RGB 150 81 68 -
CMYK 0 0.46 0.55 0.41
HSL 9.51º 0.38% 0.43% -
HSV(B) 9.51º 0.55% 0.59% -
XYZ 16.56 12.79 7.06 -
YUV 100.15 109.86 163.56 -
System Red Green Blue C M Y K H S L
Decimal 150 81 68 0 0.46 0.55 0.41 9.51 0.38 0.43
Hex 96 51 44 0 2E 37 29 A 26 2B
Octal 226 121 104 0 56 67 51 12 46 53
Binary 10010110 1010001 1000100 0 101110 110111 101001 1010 100110 101011

Color Harmonies of #965144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965144

Black with #965144

Text Example


Text Example

White with #965144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965144; }

 p { color: rgb(150,81,68); }

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

background-color css

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

 a { background-color: rgb(150,81,68); }

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

border-color css

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

 span { border-color: rgb(150,81,68); }

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