Html Css Color HEX #D68656 Whiskey Sour

📋 copy color: '#D68656'

red 214 ◦ green 134 ◦ blue 86

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

Shades of Whiskey Sour #D68656

Tints of Whiskey Sour #D68656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 49.31%
G = 30.88%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68656 (or 0xD68656) is known color: Whiskey Sour. HEX triplet: D6, 86 and 56. RGB value is (214,134,86). Sum of RGB (Red+Green+Blue) = 214+134+86=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D68656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68656 is #2979A9. Grayscale: #989898. Windows color (decimal): -2718122 or 5670614. OLE color: 5670614.

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

Color convert

RGB 214 134 86 -
CMYK 0 0.37 0.60 0.16
HSL 22.5º 0.61% 0.59% -
HSV(B) 22.5º 0.6% 0.84% -
XYZ 37.94 32.02 12.98 -
YUV 152.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 214 134 86 0 0.37 0.60 0.16 22.5 0.61 0.59
Hex D6 86 56 0 25 3C 10 16 3D 3B
Octal 326 206 126 0 45 74 20 26 75 73
Binary 11010110 10000110 1010110 0 100101 111100 10000 10110 111101 111011

Color Harmonies of #D68656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68656

Black with #D68656

Text Example


Text Example

White with #D68656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68656; }

 p { color: rgb(214,134,86); }

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

background-color css

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

 a { background-color: rgb(214,134,86); }

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

border-color css

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

 span { border-color: rgb(214,134,86); }

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