Html Css Color HEX #E6B68D Pancho

📋 copy color: '#E6B68D'

red 230 ◦ green 182 ◦ blue 141

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

Shades of Pancho #E6B68D

Tints of Pancho #E6B68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.91%

 BLUE value IS 141 (55.47% from 255) = 25.5%

R = 41.59%
G = 32.91%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6B68D (or 0xE6B68D) is known color: Pancho. HEX triplet: E6, B6 and 8D. RGB value is (230,182,141). Sum of RGB (Red+Green+Blue) = 230+182+141=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B68D is #194972. Grayscale: #BFBFBF. Windows color (decimal): -1657203 or 9287398. OLE color: 9287398.

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

Color convert

RGB 230 182 141 -
CMYK 0 0.21 0.39 0.10
HSL 27.64º 0.64% 0.73% -
HSV(B) 27.64º 0.39% 0.9% -
XYZ 54.17 52.2 32.42 -
YUV 191.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 230 182 141 0 0.21 0.39 0.10 27.64 0.64 0.73
Hex E6 B6 8D 0 15 27 A 1C 40 49
Octal 346 266 215 0 25 47 12 34 100 111
Binary 11100110 10110110 10001101 0 10101 100111 1010 11100 1000000 1001001

Color Harmonies of #E6B68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B68D

Black with #E6B68D

Text Example


Text Example

White with #E6B68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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