Html Css Color HEX #D68B61 Whiskey

📋 copy color: '#D68B61'

red 214 ◦ green 139 ◦ blue 97

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

Shades of Whiskey #D68B61

Tints of Whiskey #D68B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

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

R = 47.56%
G = 30.89%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68B61 (or 0xD68B61) is known color: Whiskey. HEX triplet: D6, 8B and 61. RGB value is (214,139,97). Sum of RGB (Red+Green+Blue) = 214+139+97=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B61 is #29749E. Grayscale: #9C9C9C. Windows color (decimal): -2716831 or 6392790. OLE color: 6392790.

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

Color convert

RGB 214 139 97 -
CMYK 0 0.35 0.55 0.16
HSL 21.54º 0.59% 0.61% -
HSV(B) 21.54º 0.55% 0.84% -
XYZ 39.12 33.62 15.74 -
YUV 156.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 214 139 97 0 0.35 0.55 0.16 21.54 0.59 0.61
Hex D6 8B 61 0 23 37 10 16 3B 3D
Octal 326 213 141 0 43 67 20 26 73 75
Binary 11010110 10001011 1100001 0 100011 110111 10000 10110 111011 111101

Color Harmonies of #D68B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B61

Black with #D68B61

Text Example


Text Example

White with #D68B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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