Html Css Color HEX #D6895D Whiskey

📋 copy color: '#D6895D'

red 214 ◦ green 137 ◦ blue 93

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

Shades of Whiskey #D6895D

Tints of Whiskey #D6895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 48.2%
G = 30.86%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6895D (or 0xD6895D) is known color: Whiskey. HEX triplet: D6, 89 and 5D. RGB value is (214,137,93). Sum of RGB (Red+Green+Blue) = 214+137+93=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6895D is #2976A2. Grayscale: #9B9B9B. Windows color (decimal): -2717347 or 6130134. OLE color: 6130134.

HSL color Cylindrical-coordinate representation of color #D6895D: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6895D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 93 -
CMYK 0 0.36 0.57 0.16
HSL 21.82º 0.6% 0.6% -
HSV(B) 21.82º 0.57% 0.84% -
XYZ 38.65 32.98 14.68 -
YUV 155.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 214 137 93 0 0.36 0.57 0.16 21.82 0.6 0.6
Hex D6 89 5D 0 24 39 10 16 3C 3C
Octal 326 211 135 0 44 71 20 26 74 74
Binary 11010110 10001001 1011101 0 100100 111001 10000 10110 111100 111100

Color Harmonies of #D6895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6895D

Black with #D6895D

Text Example


Text Example

White with #D6895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6895D; }

 p { color: rgb(214,137,93); }

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

background-color css

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

 a { background-color: rgb(214,137,93); }

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

border-color css

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

 span { border-color: rgb(214,137,93); }

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