Html Css Color HEX #964B45 El Salva

📋 copy color: '#964B45'

red 150 ◦ green 75 ◦ blue 69

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

Shades of El Salva #964B45

Tints of El Salva #964B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

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

R = 51.02%
G = 25.51%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#964B45 (or 0x964B45) is known color: El Salva. HEX triplet: 96, 4B and 45. RGB value is (150,75,69). Sum of RGB (Red+Green+Blue) = 150+75+69=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B45 is #69B4BA. Grayscale: #606060. Windows color (decimal): -6927547 or 4541334. OLE color: 4541334.

HSL color Cylindrical-coordinate representation of color #964B45: hue angle of 4.44º 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 #964B45 is Cyan = 0, Magento = 0.5, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 69 -
CMYK 0 0.5 0.54 0.41
HSL 4.44º 0.37% 0.43% -
HSV(B) 4.44º 0.54% 0.59% -
XYZ 16.17 11.95 7.08 -
YUV 96.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 150 75 69 0 0.5 0.54 0.41 4.44 0.37 0.43
Hex 96 4B 45 0 32 36 29 4 25 2B
Octal 226 113 105 0 62 66 51 4 45 53
Binary 10010110 1001011 1000101 0 110010 110110 101001 100 100101 101011

Color Harmonies of #964B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B45

Black with #964B45

Text Example


Text Example

White with #964B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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