Html Css Color HEX #E6C4AF Zinnwaldite

📋 copy color: '#E6C4AF'

red 230 ◦ green 196 ◦ blue 175

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

Shades of Zinnwaldite #E6C4AF

Tints of Zinnwaldite #E6C4AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 38.27%
G = 32.61%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6C4AF (or 0xE6C4AF) is known color: Zinnwaldite. HEX triplet: E6, C4 and AF. RGB value is (230,196,175). Sum of RGB (Red+Green+Blue) = 230+196+175=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C4AF is #193B50. Grayscale: #CBCBCB. Windows color (decimal): -1653585 or 11519206. OLE color: 11519206.

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

Color convert

RGB 230 196 175 -
CMYK 0 0.15 0.24 0.10
HSL 22.91º 0.52% 0.79% -
HSV(B) 22.91º 0.24% 0.9% -
XYZ 60.11 59.4 48.85 -
YUV 203.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 230 196 175 0 0.15 0.24 0.10 22.91 0.52 0.79
Hex E6 C4 AF 0 F 18 A 17 34 4F
Octal 346 304 257 0 17 30 12 27 64 117
Binary 11100110 11000100 10101111 0 1111 11000 1010 10111 110100 1001111

Color Harmonies of #E6C4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C4AF

Black with #E6C4AF

Text Example


Text Example

White with #E6C4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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