Html Css Color HEX #D68E63 Whiskey

📋 copy color: '#D68E63'

red 214 ◦ green 142 ◦ blue 99

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

Shades of Whiskey #D68E63

Tints of Whiskey #D68E63

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

 GREEN value IS 142 (55.86% from 255) = 31.21%

 BLUE value IS 99 (39.06% from 255) = 21.76%

R = 47.03%
G = 31.21%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68E63 (or 0xD68E63) is known color: Whiskey. HEX triplet: D6, 8E and 63. RGB value is (214,142,99). Sum of RGB (Red+Green+Blue) = 214+142+99=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E63 is #29719C. Grayscale: #9E9E9E. Windows color (decimal): -2716061 or 6524630. OLE color: 6524630.

HSL color Cylindrical-coordinate representation of color #D68E63: hue angle of 22.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D68E63 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 99 -
CMYK 0 0.34 0.54 0.16
HSL 22.43º 0.58% 0.61% -
HSV(B) 22.43º 0.54% 0.84% -
XYZ 39.66 34.54 16.38 -
YUV 158.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 214 142 99 0 0.34 0.54 0.16 22.43 0.58 0.61
Hex D6 8E 63 0 22 36 10 16 3A 3D
Octal 326 216 143 0 42 66 20 26 72 75
Binary 11010110 10001110 1100011 0 100010 110110 10000 10110 111010 111101

Color Harmonies of #D68E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E63

Black with #D68E63

Text Example


Text Example

White with #D68E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E63; }

 p { color: rgb(214,142,99); }

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

background-color css

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

 a { background-color: rgb(214,142,99); }

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

border-color css

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

 span { border-color: rgb(214,142,99); }

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