Html Css Color HEX #E6D1B7 Givry

📋 copy color: '#E6D1B7'

red 230 ◦ green 209 ◦ blue 183

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

Shades of Givry #E6D1B7

Tints of Givry #E6D1B7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.6%

 BLUE value IS 183 (71.88% from 255) = 29.42%

R = 36.98%
G = 33.6%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E6D1B7 (or 0xE6D1B7) is known color: Givry. HEX triplet: E6, D1 and B7. RGB value is (230,209,183). Sum of RGB (Red+Green+Blue) = 230+209+183=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1B7 is #192E48. Grayscale: #D4D4D4. Windows color (decimal): -1650249 or 12046822. OLE color: 12046822.

HSL color Cylindrical-coordinate representation of color #E6D1B7: hue angle of 33.19º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6D1B7 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 209 183 -
CMYK 0 0.09 0.20 0.10
HSL 33.19º 0.48% 0.81% -
HSV(B) 33.19º 0.2% 0.9% -
XYZ 63.98 65.84 54.14 -
YUV 212.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 230 209 183 0 0.09 0.20 0.10 33.19 0.48 0.81
Hex E6 D1 B7 0 9 14 A 21 30 51
Octal 346 321 267 0 11 24 12 41 60 121
Binary 11100110 11010001 10110111 0 1001 10100 1010 100001 110000 1010001

Color Harmonies of #E6D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D1B7

Black with #E6D1B7

Text Example


Text Example

White with #E6D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D1B7; }

 p { color: rgb(230,209,183); }

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

background-color css

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

 a { background-color: rgb(230,209,183); }

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

border-color css

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

 span { border-color: rgb(230,209,183); }

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