Html Css Color HEX #965041 El Salva

📋 copy color: '#965041'

red 150 ◦ green 80 ◦ blue 65

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

Shades of El Salva #965041

Tints of El Salva #965041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 50.85%
G = 27.12%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965041 (or 0x965041) is known color: El Salva. HEX triplet: 96, 50 and 41. RGB value is (150,80,65). Sum of RGB (Red+Green+Blue) = 150+80+65=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965041 is #69AFBE. Grayscale: #636363. Windows color (decimal): -6926271 or 4280470. OLE color: 4280470.

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

Color convert

RGB 150 80 65 -
CMYK 0 0.47 0.57 0.41
HSL 10.59º 0.4% 0.42% -
HSV(B) 10.59º 0.57% 0.59% -
XYZ 16.4 12.6 6.57 -
YUV 99.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 150 80 65 0 0.47 0.57 0.41 10.59 0.4 0.42
Hex 96 50 41 0 2F 39 29 B 28 2A
Octal 226 120 101 0 57 71 51 13 50 52
Binary 10010110 1010000 1000001 0 101111 111001 101001 1011 101000 101010

Color Harmonies of #965041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965041

Black with #965041

Text Example


Text Example

White with #965041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965041; }

 p { color: rgb(150,80,65); }

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

background-color css

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

 a { background-color: rgb(150,80,65); }

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

border-color css

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

 span { border-color: rgb(150,80,65); }

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