Html Css Color HEX #E6BD9E New Tan

📋 copy color: '#E6BD9E'

red 230 ◦ green 189 ◦ blue 158

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

Shades of New Tan #E6BD9E

Tints of New Tan #E6BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.76%

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 39.86%
G = 32.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6BD9E (or 0xE6BD9E) is known color: New Tan. HEX triplet: E6, BD and 9E. RGB value is (230,189,158). Sum of RGB (Red+Green+Blue) = 230+189+158=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD9E is #194261. Grayscale: #C5C5C5. Windows color (decimal): -1655394 or 10403302. OLE color: 10403302.

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

Color convert

RGB 230 189 158 -
CMYK 0 0.18 0.31 0.10
HSL 25.83º 0.59% 0.76% -
HSV(B) 25.83º 0.31% 0.9% -
XYZ 57 55.69 40.09 -
YUV 197.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 230 189 158 0 0.18 0.31 0.10 25.83 0.59 0.76
Hex E6 BD 9E 0 12 1F A 1A 3B 4C
Octal 346 275 236 0 22 37 12 32 73 114
Binary 11100110 10111101 10011110 0 10010 11111 1010 11010 111011 1001100

Color Harmonies of #E6BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BD9E

Black with #E6BD9E

Text Example


Text Example

White with #E6BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BD9E; }

 p { color: rgb(230,189,158); }

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

background-color css

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

 a { background-color: rgb(230,189,158); }

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

border-color css

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

 span { border-color: rgb(230,189,158); }

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