Html Css Color HEX #D6895C Whiskey Sour

📋 copy color: '#D6895C'

red 214 ◦ green 137 ◦ blue 92

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

Shades of Whiskey Sour #D6895C

Tints of Whiskey Sour #D6895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 48.31%
G = 30.93%
B = 20.77%

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

#D6895C (or 0xD6895C) is known color: Whiskey Sour. HEX triplet: D6, 89 and 5C. RGB value is (214,137,92). Sum of RGB (Red+Green+Blue) = 214+137+92=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6895C is #2976A3. Grayscale: #9B9B9B. Windows color (decimal): -2717348 or 6064598. OLE color: 6064598.

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

Color convert

RGB 214 137 92 -
CMYK 0 0.36 0.57 0.16
HSL 22.13º 0.6% 0.6% -
HSV(B) 22.13º 0.57% 0.84% -
XYZ 38.61 32.96 14.45 -
YUV 154.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 214 137 92 0 0.36 0.57 0.16 22.13 0.6 0.6
Hex D6 89 5C 0 24 39 10 16 3C 3C
Octal 326 211 134 0 44 71 20 26 74 74
Binary 11010110 10001001 1011100 0 100100 111001 10000 10110 111100 111100

Color Harmonies of #D6895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6895C

Black with #D6895C

Text Example


Text Example

White with #D6895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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