Html Css Color HEX #964B44 El Salva

📋 copy color: '#964B44'

red 150 ◦ green 75 ◦ blue 68

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

Shades of El Salva #964B44

Tints of El Salva #964B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 51.19%
G = 25.6%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964B44 (or 0x964B44) is known color: El Salva. HEX triplet: 96, 4B and 44. RGB value is (150,75,68). Sum of RGB (Red+Green+Blue) = 150+75+68=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B44 is #69B4BB. Grayscale: #606060. Windows color (decimal): -6927548 or 4475798. OLE color: 4475798.

HSL color Cylindrical-coordinate representation of color #964B44: hue angle of 5.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964B44 is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 68 -
CMYK 0 0.5 0.55 0.41
HSL 5.12º 0.38% 0.43% -
HSV(B) 5.12º 0.55% 0.59% -
XYZ 16.14 11.93 6.92 -
YUV 96.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 150 75 68 0 0.5 0.55 0.41 5.12 0.38 0.43
Hex 96 4B 44 0 32 37 29 5 26 2B
Octal 226 113 104 0 62 67 51 5 46 53
Binary 10010110 1001011 1000100 0 110010 110111 101001 101 100110 101011

Color Harmonies of #964B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B44

Black with #964B44

Text Example


Text Example

White with #964B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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