Html Css Color HEX #D69668 Whiskey

📋 copy color: '#D69668'

red 214 ◦ green 150 ◦ blue 104

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

Shades of Whiskey #D69668

Tints of Whiskey #D69668

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 45.73%
G = 32.05%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69668 (or 0xD69668) is known color: Whiskey. HEX triplet: D6, 96 and 68. RGB value is (214,150,104). Sum of RGB (Red+Green+Blue) = 214+150+104=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69668 is #296997. Grayscale: #A4A4A4. Windows color (decimal): -2714008 or 6854358. OLE color: 6854358.

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

Color convert

RGB 214 150 104 -
CMYK 0 0.30 0.51 0.16
HSL 25.09º 0.57% 0.62% -
HSV(B) 25.09º 0.51% 0.84% -
XYZ 41.14 37.11 18.09 -
YUV 163.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 214 150 104 0 0.30 0.51 0.16 25.09 0.57 0.62
Hex D6 96 68 0 1E 33 10 19 39 3E
Octal 326 226 150 0 36 63 20 31 71 76
Binary 11010110 10010110 1101000 0 11110 110011 10000 11001 111001 111110

Color Harmonies of #D69668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69668

Black with #D69668

Text Example


Text Example

White with #D69668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69668; }

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

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

background-color css

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

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

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

border-color css

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

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

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