Html Css Color HEX #965342 El Salva

📋 copy color: '#965342'

red 150 ◦ green 83 ◦ blue 66

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

Shades of El Salva #965342

Tints of El Salva #965342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 50.17%
G = 27.76%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#965342 (or 0x965342) is known color: El Salva. HEX triplet: 96, 53 and 42. RGB value is (150,83,66). Sum of RGB (Red+Green+Blue) = 150+83+66=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965342 is #69ACBD. Grayscale: #656565. Windows color (decimal): -6925502 or 4346774. OLE color: 4346774.

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

Color convert

RGB 150 83 66 -
CMYK 0 0.45 0.56 0.41
HSL 12.14º 0.39% 0.42% -
HSV(B) 12.14º 0.56% 0.59% -
XYZ 16.65 13.06 6.8 -
YUV 101.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 150 83 66 0 0.45 0.56 0.41 12.14 0.39 0.42
Hex 96 53 42 0 2D 38 29 C 27 2A
Octal 226 123 102 0 55 70 51 14 47 52
Binary 10010110 1010011 1000010 0 101101 111000 101001 1100 100111 101010

Color Harmonies of #965342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965342

Black with #965342

Text Example


Text Example

White with #965342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965342; }

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

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

background-color css

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

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

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

border-color css

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

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

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