Html Css Color HEX #D68C62 Whiskey

📋 copy color: '#D68C62'

red 214 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #D68C62

Tints of Whiskey #D68C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 47.35%
G = 30.97%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68C62 (or 0xD68C62) is known color: Whiskey. HEX triplet: D6, 8C and 62. RGB value is (214,140,98). Sum of RGB (Red+Green+Blue) = 214+140+98=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C62 is #29739D. Grayscale: #9D9D9D. Windows color (decimal): -2716574 or 6458582. OLE color: 6458582.

HSL color Cylindrical-coordinate representation of color #D68C62: hue angle of 21.72º degrees, saturation: 0.59, 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 #D68C62 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 98 -
CMYK 0 0.35 0.54 0.16
HSL 21.72º 0.59% 0.61% -
HSV(B) 21.72º 0.54% 0.84% -
XYZ 39.31 33.93 16.03 -
YUV 157.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 214 140 98 0 0.35 0.54 0.16 21.72 0.59 0.61
Hex D6 8C 62 0 23 36 10 16 3B 3D
Octal 326 214 142 0 43 66 20 26 73 75
Binary 11010110 10001100 1100010 0 100011 110110 10000 10110 111011 111101

Color Harmonies of #D68C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C62

Black with #D68C62

Text Example


Text Example

White with #D68C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C62; }

 p { color: rgb(214,140,98); }

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

background-color css

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

 a { background-color: rgb(214,140,98); }

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

border-color css

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

 span { border-color: rgb(214,140,98); }

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