Html Css Color HEX #E6C6B6 Zinnwaldite

📋 copy color: '#E6C6B6'

red 230 ◦ green 198 ◦ blue 182

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

Shades of Zinnwaldite #E6C6B6

Tints of Zinnwaldite #E6C6B6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.46%

 BLUE value IS 182 (71.48% from 255) = 29.84%

R = 37.7%
G = 32.46%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6C6B6 (or 0xE6C6B6) is known color: Zinnwaldite. HEX triplet: E6, C6 and B6. RGB value is (230,198,182). Sum of RGB (Red+Green+Blue) = 230+198+182=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6B6 is #193949. Grayscale: #CDCDCD. Windows color (decimal): -1653066 or 11978470. OLE color: 11978470.

HSL color Cylindrical-coordinate representation of color #E6C6B6: hue angle of 20º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C6B6 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 198 182 -
CMYK 0 0.14 0.21 0.10
HSL 20º 0.49% 0.81% -
HSV(B) 20º 0.21% 0.9% -
XYZ 61.27 60.59 52.72 -
YUV 205.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 230 198 182 0 0.14 0.21 0.10 20 0.49 0.81
Hex E6 C6 B6 0 E 15 A 14 31 51
Octal 346 306 266 0 16 25 12 24 61 121
Binary 11100110 11000110 10110110 0 1110 10101 1010 10100 110001 1010001

Color Harmonies of #E6C6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C6B6

Black with #E6C6B6

Text Example


Text Example

White with #E6C6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C6B6; }

 p { color: rgb(230,198,182); }

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

background-color css

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

 a { background-color: rgb(230,198,182); }

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

border-color css

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

 span { border-color: rgb(230,198,182); }

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