Html Css Color HEX #E6C496 New Tan

📋 copy color: '#E6C496'

red 230 ◦ green 196 ◦ blue 150

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

Shades of New Tan #E6C496

Tints of New Tan #E6C496

RGB

 RED value IS 230 (90.23% from 255) = 39.93%

 GREEN value IS 196 (76.95% from 255) = 34.03%

 BLUE value IS 150 (58.98% from 255) = 26.04%

R = 39.93%
G = 34.03%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6C496 (or 0xE6C496) is known color: New Tan. HEX triplet: E6, C4 and 96. RGB value is (230,196,150). Sum of RGB (Red+Green+Blue) = 230+196+150=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C496 is #193B69. Grayscale: #C9C9C9. Windows color (decimal): -1653610 or 9880806. OLE color: 9880806.

HSL color Cylindrical-coordinate representation of color #E6C496: hue angle of 34.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6C496 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 196 150 -
CMYK 0 0.15 0.35 0.10
HSL 34.5º 0.62% 0.75% -
HSV(B) 34.5º 0.35% 0.9% -
XYZ 57.88 58.5 37.1 -
YUV 200.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 230 196 150 0 0.15 0.35 0.10 34.5 0.62 0.75
Hex E6 C4 96 0 F 23 A 22 3E 4B
Octal 346 304 226 0 17 43 12 42 76 113
Binary 11100110 11000100 10010110 0 1111 100011 1010 100010 111110 1001011

Color Harmonies of #E6C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C496

Black with #E6C496

Text Example


Text Example

White with #E6C496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C496; }

 p { color: rgb(230,196,150); }

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

background-color css

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

 a { background-color: rgb(230,196,150); }

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

border-color css

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

 span { border-color: rgb(230,196,150); }

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