Html Css Color HEX #D69968 Whiskey

📋 copy color: '#D69968'

red 214 ◦ green 153 ◦ blue 104

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

Shades of Whiskey #D69968

Tints of Whiskey #D69968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

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

R = 45.44%
G = 32.48%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69968 (or 0xD69968) is known color: Whiskey. HEX triplet: D6, 99 and 68. RGB value is (214,153,104). Sum of RGB (Red+Green+Blue) = 214+153+104=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D69968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69968 is #296697. Grayscale: #A5A5A5. Windows color (decimal): -2713240 or 6855126. OLE color: 6855126.

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

Color convert

RGB 214 153 104 -
CMYK 0 0.29 0.51 0.16
HSL 26.73º 0.57% 0.62% -
HSV(B) 26.73º 0.51% 0.84% -
XYZ 41.62 38.08 18.25 -
YUV 165.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 214 153 104 0 0.29 0.51 0.16 26.73 0.57 0.62
Hex D6 99 68 0 1D 33 10 1B 39 3E
Octal 326 231 150 0 35 63 20 33 71 76
Binary 11010110 10011001 1101000 0 11101 110011 10000 11011 111001 111110

Color Harmonies of #D69968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69968

Black with #D69968

Text Example


Text Example

White with #D69968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69968; }

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

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

background-color css

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

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

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

border-color css

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

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

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