Html Css Color HEX #D68F67 Whiskey

📋 copy color: '#D68F67'

red 214 ◦ green 143 ◦ blue 103

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

Shades of Whiskey #D68F67

Tints of Whiskey #D68F67

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 46.52%
G = 31.09%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68F67 (or 0xD68F67) is known color: Whiskey. HEX triplet: D6, 8F and 67. RGB value is (214,143,103). Sum of RGB (Red+Green+Blue) = 214+143+103=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F67 is #297098. Grayscale: #9F9F9F. Windows color (decimal): -2715801 or 6787030. OLE color: 6787030.

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

Color convert

RGB 214 143 103 -
CMYK 0 0.33 0.52 0.16
HSL 21.62º 0.58% 0.62% -
HSV(B) 21.62º 0.52% 0.84% -
XYZ 40 34.92 17.46 -
YUV 159.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 214 143 103 0 0.33 0.52 0.16 21.62 0.58 0.62
Hex D6 8F 67 0 21 34 10 16 3A 3E
Octal 326 217 147 0 41 64 20 26 72 76
Binary 11010110 10001111 1100111 0 100001 110100 10000 10110 111010 111110

Color Harmonies of #D68F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F67

Black with #D68F67

Text Example


Text Example

White with #D68F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F67; }

 p { color: rgb(214,143,103); }

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

background-color css

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

 a { background-color: rgb(214,143,103); }

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

border-color css

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

 span { border-color: rgb(214,143,103); }

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