Html Css Color HEX #D68D61 Whiskey

📋 copy color: '#D68D61'

red 214 ◦ green 141 ◦ blue 97

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

Shades of Whiskey #D68D61

Tints of Whiskey #D68D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 47.35%
G = 31.19%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68D61 (or 0xD68D61) is known color: Whiskey. HEX triplet: D6, 8D and 61. RGB value is (214,141,97). Sum of RGB (Red+Green+Blue) = 214+141+97=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D61 is #29729E. Grayscale: #9E9E9E. Windows color (decimal): -2716319 or 6393302. OLE color: 6393302.

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

Color convert

RGB 214 141 97 -
CMYK 0 0.34 0.55 0.16
HSL 22.56º 0.59% 0.61% -
HSV(B) 22.56º 0.55% 0.84% -
XYZ 39.41 34.21 15.83 -
YUV 157.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 214 141 97 0 0.34 0.55 0.16 22.56 0.59 0.61
Hex D6 8D 61 0 22 37 10 17 3B 3D
Octal 326 215 141 0 42 67 20 27 73 75
Binary 11010110 10001101 1100001 0 100010 110111 10000 10111 111011 111101

Color Harmonies of #D68D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D61

Black with #D68D61

Text Example


Text Example

White with #D68D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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