Html Css Color HEX #964F43 El Salva

📋 copy color: '#964F43'

red 150 ◦ green 79 ◦ blue 67

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

Shades of El Salva #964F43

Tints of El Salva #964F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 50.68%
G = 26.69%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964F43 (or 0x964F43) is known color: El Salva. HEX triplet: 96, 4F and 43. RGB value is (150,79,67). Sum of RGB (Red+Green+Blue) = 150+79+67=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #964F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F43 is #69B0BC. Grayscale: #626262. Windows color (decimal): -6926525 or 4411286. OLE color: 4411286.

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

Color convert

RGB 150 79 67 -
CMYK 0 0.47 0.55 0.41
HSL 8.67º 0.38% 0.43% -
HSV(B) 8.67º 0.55% 0.59% -
XYZ 16.39 12.48 6.86 -
YUV 98.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 150 79 67 0 0.47 0.55 0.41 8.67 0.38 0.43
Hex 96 4F 43 0 2F 37 29 9 26 2B
Octal 226 117 103 0 57 67 51 11 46 53
Binary 10010110 1001111 1000011 0 101111 110111 101001 1001 100110 101011

Color Harmonies of #964F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F43

Black with #964F43

Text Example


Text Example

White with #964F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,79,67); }

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

background-color css

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

 a { background-color: rgb(150,79,67); }

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

border-color css

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

 span { border-color: rgb(150,79,67); }

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