Html Css Color HEX #965341 El Salva

📋 copy color: '#965341'

red 150 ◦ green 83 ◦ blue 65

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

Shades of El Salva #965341

Tints of El Salva #965341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 50.34%
G = 27.85%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965341 (or 0x965341) is known color: El Salva. HEX triplet: 96, 53 and 41. RGB value is (150,83,65). Sum of RGB (Red+Green+Blue) = 150+83+65=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #965341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965341 is #69ACBE. Grayscale: #656565. Windows color (decimal): -6925503 or 4281238. OLE color: 4281238.

HSL color Cylindrical-coordinate representation of color #965341: hue angle of 12.71º 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 #965341 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 65 -
CMYK 0 0.45 0.57 0.41
HSL 12.71º 0.4% 0.42% -
HSV(B) 12.71º 0.57% 0.59% -
XYZ 16.63 13.05 6.64 -
YUV 100.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 150 83 65 0 0.45 0.57 0.41 12.71 0.4 0.42
Hex 96 53 41 0 2D 39 29 D 28 2A
Octal 226 123 101 0 55 71 51 15 50 52
Binary 10010110 1010011 1000001 0 101101 111001 101001 1101 101000 101010

Color Harmonies of #965341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965341

Black with #965341

Text Example


Text Example

White with #965341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965341; }

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

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

background-color css

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

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

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

border-color css

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

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

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