Html Css Color HEX #E6C49C New Tan

📋 copy color: '#E6C49C'

red 230 ◦ green 196 ◦ blue 156

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

Shades of New Tan #E6C49C

Tints of New Tan #E6C49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.8%

R = 39.52%
G = 33.68%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6C49C (or 0xE6C49C) is known color: New Tan. HEX triplet: E6, C4 and 9C. RGB value is (230,196,156). Sum of RGB (Red+Green+Blue) = 230+196+156=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C49C is #193B63. Grayscale: #C9C9C9. Windows color (decimal): -1653604 or 10274022. OLE color: 10274022.

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

Color convert

RGB 230 196 156 -
CMYK 0 0.15 0.32 0.10
HSL 32.43º 0.6% 0.76% -
HSV(B) 32.43º 0.32% 0.9% -
XYZ 58.37 58.7 39.71 -
YUV 201.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 230 196 156 0 0.15 0.32 0.10 32.43 0.6 0.76
Hex E6 C4 9C 0 F 20 A 20 3C 4C
Octal 346 304 234 0 17 40 12 40 74 114
Binary 11100110 11000100 10011100 0 1111 100000 1010 100000 111100 1001100

Color Harmonies of #E6C49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C49C

Black with #E6C49C

Text Example


Text Example

White with #E6C49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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