Html Css Color HEX #D68F61 Whiskey

📋 copy color: '#D68F61'

red 214 ◦ green 143 ◦ blue 97

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

Shades of Whiskey #D68F61

Tints of Whiskey #D68F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.5%

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

R = 47.14%
G = 31.5%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68F61 (or 0xD68F61) is known color: Whiskey. HEX triplet: D6, 8F and 61. RGB value is (214,143,97). Sum of RGB (Red+Green+Blue) = 214+143+97=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F61 is #29709E. Grayscale: #9F9F9F. Windows color (decimal): -2715807 or 6393814. OLE color: 6393814.

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

Color convert

RGB 214 143 97 -
CMYK 0 0.33 0.55 0.16
HSL 23.59º 0.59% 0.61% -
HSV(B) 23.59º 0.55% 0.84% -
XYZ 39.71 34.8 15.93 -
YUV 158.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 214 143 97 0 0.33 0.55 0.16 23.59 0.59 0.61
Hex D6 8F 61 0 21 37 10 18 3B 3D
Octal 326 217 141 0 41 67 20 30 73 75
Binary 11010110 10001111 1100001 0 100001 110111 10000 11000 111011 111101

Color Harmonies of #D68F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F61

Black with #D68F61

Text Example


Text Example

White with #D68F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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