Html Css Color HEX #96513E El Salva

📋 copy color: '#96513E'

red 150 ◦ green 81 ◦ blue 62

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

Shades of El Salva #96513E

Tints of El Salva #96513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 51.19%
G = 27.65%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96513E (or 0x96513E) is known color: El Salva. HEX triplet: 96, 51 and 3E. RGB value is (150,81,62). Sum of RGB (Red+Green+Blue) = 150+81+62=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96513E is #69AEC1. Grayscale: #636363. Windows color (decimal): -6926018 or 4084118. OLE color: 4084118.

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

Color convert

RGB 150 81 62 -
CMYK 0 0.46 0.59 0.41
HSL 12.95º 0.42% 0.42% -
HSV(B) 12.95º 0.59% 0.59% -
XYZ 16.39 12.72 6.15 -
YUV 99.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 150 81 62 0 0.46 0.59 0.41 12.95 0.42 0.42
Hex 96 51 3E 0 2E 3B 29 D 2A 2A
Octal 226 121 76 0 56 73 51 15 52 52
Binary 10010110 1010001 111110 0 101110 111011 101001 1101 101010 101010

Color Harmonies of #96513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96513E

Black with #96513E

Text Example


Text Example

White with #96513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96513E; }

 p { color: rgb(150,81,62); }

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

background-color css

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

 a { background-color: rgb(150,81,62); }

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

border-color css

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

 span { border-color: rgb(150,81,62); }

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