Html Css Color HEX #E6C8A4 New Tan

📋 copy color: '#E6C8A4'

red 230 ◦ green 200 ◦ blue 164

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

Shades of New Tan #E6C8A4

Tints of New Tan #E6C8A4

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

 BLUE value IS 164 (64.45% from 255) = 27.61%

R = 38.72%
G = 33.67%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E6C8A4 (or 0xE6C8A4) is known color: New Tan. HEX triplet: E6, C8 and A4. RGB value is (230,200,164). Sum of RGB (Red+Green+Blue) = 230+200+164=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C8A4 is #19375B. Grayscale: #CDCDCD. Windows color (decimal): -1652572 or 10799334. OLE color: 10799334.

HSL color Cylindrical-coordinate representation of color #E6C8A4: hue angle of 32.73º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6C8A4 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 200 164 -
CMYK 0 0.13 0.29 0.10
HSL 32.73º 0.57% 0.77% -
HSV(B) 32.73º 0.29% 0.9% -
XYZ 59.99 60.81 43.7 -
YUV 204.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 230 200 164 0 0.13 0.29 0.10 32.73 0.57 0.77
Hex E6 C8 A4 0 D 1D A 21 39 4D
Octal 346 310 244 0 15 35 12 41 71 115
Binary 11100110 11001000 10100100 0 1101 11101 1010 100001 111001 1001101

Color Harmonies of #E6C8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C8A4

Black with #E6C8A4

Text Example


Text Example

White with #E6C8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C8A4; }

 p { color: rgb(230,200,164); }

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

background-color css

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

 a { background-color: rgb(230,200,164); }

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

border-color css

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

 span { border-color: rgb(230,200,164); }

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