Html Css Color HEX #D68D62 Whiskey

📋 copy color: '#D68D62'

red 214 ◦ green 141 ◦ blue 98

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

Shades of Whiskey #D68D62

Tints of Whiskey #D68D62

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 47.24%
G = 31.13%
B = 21.63%

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

#D68D62 (or 0xD68D62) is known color: Whiskey. HEX triplet: D6, 8D and 62. RGB value is (214,141,98). Sum of RGB (Red+Green+Blue) = 214+141+98=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D62 is #29729D. Grayscale: #9E9E9E. Windows color (decimal): -2716318 or 6458838. OLE color: 6458838.

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

Color convert

RGB 214 141 98 -
CMYK 0 0.34 0.54 0.16
HSL 22.24º 0.59% 0.61% -
HSV(B) 22.24º 0.54% 0.84% -
XYZ 39.46 34.23 16.08 -
YUV 157.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 214 141 98 0 0.34 0.54 0.16 22.24 0.59 0.61
Hex D6 8D 62 0 22 36 10 16 3B 3D
Octal 326 215 142 0 42 66 20 26 73 75
Binary 11010110 10001101 1100010 0 100010 110110 10000 10110 111011 111101

Color Harmonies of #D68D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D62

Black with #D68D62

Text Example


Text Example

White with #D68D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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