Html Css Color HEX #965046 El Salva

📋 copy color: '#965046'

red 150 ◦ green 80 ◦ blue 70

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

Shades of El Salva #965046

Tints of El Salva #965046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 50%
G = 26.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#965046 (or 0x965046) is known color: El Salva. HEX triplet: 96, 50 and 46. RGB value is (150,80,70). Sum of RGB (Red+Green+Blue) = 150+80+70=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #965046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965046 is #69AFB9. Grayscale: #636363. Windows color (decimal): -6926266 or 4608150. OLE color: 4608150.

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

Color convert

RGB 150 80 70 -
CMYK 0 0.47 0.53 0.41
HSL 7.5º 0.36% 0.43% -
HSV(B) 7.5º 0.53% 0.59% -
XYZ 16.55 12.66 7.37 -
YUV 99.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 150 80 70 0 0.47 0.53 0.41 7.5 0.36 0.43
Hex 96 50 46 0 2F 35 29 8 24 2B
Octal 226 120 106 0 57 65 51 10 44 53
Binary 10010110 1010000 1000110 0 101111 110101 101001 1000 100100 101011

Color Harmonies of #965046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965046

Black with #965046

Text Example


Text Example

White with #965046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965046; }

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

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

background-color css

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

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

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

border-color css

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

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

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