Html Css Color HEX #D69C68 Whiskey

📋 copy color: '#D69C68'

red 214 ◦ green 156 ◦ blue 104

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

Shades of Whiskey #D69C68

Tints of Whiskey #D69C68

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 45.15%
G = 32.91%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69C68 (or 0xD69C68) is known color: Whiskey. HEX triplet: D6, 9C and 68. RGB value is (214,156,104). Sum of RGB (Red+Green+Blue) = 214+156+104=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C68 is #296397. Grayscale: #A7A7A7. Windows color (decimal): -2712472 or 6855894. OLE color: 6855894.

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

Color convert

RGB 214 156 104 -
CMYK 0 0.27 0.51 0.16
HSL 28.36º 0.57% 0.62% -
HSV(B) 28.36º 0.51% 0.84% -
XYZ 42.12 39.07 18.42 -
YUV 167.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 214 156 104 0 0.27 0.51 0.16 28.36 0.57 0.62
Hex D6 9C 68 0 1B 33 10 1C 39 3E
Octal 326 234 150 0 33 63 20 34 71 76
Binary 11010110 10011100 1101000 0 11011 110011 10000 11100 111001 111110

Color Harmonies of #D69C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C68

Black with #D69C68

Text Example


Text Example

White with #D69C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C68; }

 p { color: rgb(214,156,104); }

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

background-color css

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

 a { background-color: rgb(214,156,104); }

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

border-color css

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

 span { border-color: rgb(214,156,104); }

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