Html Css Color HEX #D68E65 Whiskey

📋 copy color: '#D68E65'

red 214 ◦ green 142 ◦ blue 101

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

Shades of Whiskey #D68E65

Tints of Whiskey #D68E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 46.83%
G = 31.07%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68E65 (or 0xD68E65) is known color: Whiskey. HEX triplet: D6, 8E and 65. RGB value is (214,142,101). Sum of RGB (Red+Green+Blue) = 214+142+101=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E65 is #29719A. Grayscale: #9F9F9F. Windows color (decimal): -2716059 or 6655702. OLE color: 6655702.

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

Color convert

RGB 214 142 101 -
CMYK 0 0.34 0.53 0.16
HSL 21.77º 0.58% 0.62% -
HSV(B) 21.77º 0.53% 0.84% -
XYZ 39.75 34.58 16.89 -
YUV 158.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 214 142 101 0 0.34 0.53 0.16 21.77 0.58 0.62
Hex D6 8E 65 0 22 35 10 16 3A 3E
Octal 326 216 145 0 42 65 20 26 72 76
Binary 11010110 10001110 1100101 0 100010 110101 10000 10110 111010 111110

Color Harmonies of #D68E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E65

Black with #D68E65

Text Example


Text Example

White with #D68E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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