Html Css Color HEX #D69768 Whiskey

📋 copy color: '#D69768'

red 214 ◦ green 151 ◦ blue 104

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

Shades of Whiskey #D69768

Tints of Whiskey #D69768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 45.63%
G = 32.2%
B = 22.17%

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

#D69768 (or 0xD69768) is known color: Whiskey. HEX triplet: D6, 97 and 68. RGB value is (214,151,104). Sum of RGB (Red+Green+Blue) = 214+151+104=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D69768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69768 is #296897. Grayscale: #A4A4A4. Windows color (decimal): -2713752 or 6854614. OLE color: 6854614.

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

Color convert

RGB 214 151 104 -
CMYK 0 0.29 0.51 0.16
HSL 25.64º 0.57% 0.62% -
HSV(B) 25.64º 0.51% 0.84% -
XYZ 41.3 37.43 18.14 -
YUV 164.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 214 151 104 0 0.29 0.51 0.16 25.64 0.57 0.62
Hex D6 97 68 0 1D 33 10 1A 39 3E
Octal 326 227 150 0 35 63 20 32 71 76
Binary 11010110 10010111 1101000 0 11101 110011 10000 11010 111001 111110

Color Harmonies of #D69768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69768

Black with #D69768

Text Example


Text Example

White with #D69768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69768; }

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

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

background-color css

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

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

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

border-color css

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

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

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