Html Css Color HEX #D68B5B Whiskey Sour

📋 copy color: '#D68B5B'

red 214 ◦ green 139 ◦ blue 91

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

Shades of Whiskey Sour #D68B5B

Tints of Whiskey Sour #D68B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 48.2%
G = 31.31%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D68B5B (or 0xD68B5B) is known color: Whiskey Sour. HEX triplet: D6, 8B and 5B. RGB value is (214,139,91). Sum of RGB (Red+Green+Blue) = 214+139+91=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B5B is #2974A4. Grayscale: #9C9C9C. Windows color (decimal): -2716837 or 5999574. OLE color: 5999574.

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

Color convert

RGB 214 139 91 -
CMYK 0 0.35 0.57 0.16
HSL 23.41º 0.6% 0.6% -
HSV(B) 23.41º 0.57% 0.84% -
XYZ 38.85 33.52 14.32 -
YUV 155.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 214 139 91 0 0.35 0.57 0.16 23.41 0.6 0.6
Hex D6 8B 5B 0 23 39 10 17 3C 3C
Octal 326 213 133 0 43 71 20 27 74 74
Binary 11010110 10001011 1011011 0 100011 111001 10000 10111 111100 111100

Color Harmonies of #D68B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B5B

Black with #D68B5B

Text Example


Text Example

White with #D68B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B5B; }

 p { color: rgb(214,139,91); }

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

background-color css

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

 a { background-color: rgb(214,139,91); }

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

border-color css

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

 span { border-color: rgb(214,139,91); }

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