Html Css Color HEX #965345 El Salva

📋 copy color: '#965345'

red 150 ◦ green 83 ◦ blue 69

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

Shades of El Salva #965345

Tints of El Salva #965345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 49.67%
G = 27.48%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#965345 (or 0x965345) is known color: El Salva. HEX triplet: 96, 53 and 45. RGB value is (150,83,69). Sum of RGB (Red+Green+Blue) = 150+83+69=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965345 is #69ACBA. Grayscale: #656565. Windows color (decimal): -6925499 or 4543382. OLE color: 4543382.

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

Color convert

RGB 150 83 69 -
CMYK 0 0.45 0.54 0.41
HSL 10.37º 0.37% 0.43% -
HSV(B) 10.37º 0.54% 0.59% -
XYZ 16.75 13.1 7.28 -
YUV 101.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 150 83 69 0 0.45 0.54 0.41 10.37 0.37 0.43
Hex 96 53 45 0 2D 36 29 A 25 2B
Octal 226 123 105 0 55 66 51 12 45 53
Binary 10010110 1010011 1000101 0 101101 110110 101001 1010 100101 101011

Color Harmonies of #965345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965345

Black with #965345

Text Example


Text Example

White with #965345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965345; }

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

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

background-color css

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

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

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

border-color css

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

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

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