Html Css Color HEX #D69161 Whiskey

📋 copy color: '#D69161'

red 214 ◦ green 145 ◦ blue 97

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

Shades of Whiskey #D69161

Tints of Whiskey #D69161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 46.93%
G = 31.8%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D69161 (or 0xD69161) is known color: Whiskey. HEX triplet: D6, 91 and 61. RGB value is (214,145,97). Sum of RGB (Red+Green+Blue) = 214+145+97=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D69161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69161 is #296E9E. Grayscale: #A0A0A0. Windows color (decimal): -2715295 or 6394326. OLE color: 6394326.

HSL color Cylindrical-coordinate representation of color #D69161: hue angle of 24.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D69161 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 97 -
CMYK 0 0.32 0.55 0.16
HSL 24.62º 0.59% 0.61% -
HSV(B) 24.62º 0.55% 0.84% -
XYZ 40.01 35.41 16.04 -
YUV 160.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 214 145 97 0 0.32 0.55 0.16 24.62 0.59 0.61
Hex D6 91 61 0 20 37 10 19 3B 3D
Octal 326 221 141 0 40 67 20 31 73 75
Binary 11010110 10010001 1100001 0 100000 110111 10000 11001 111011 111101

Color Harmonies of #D69161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69161

Black with #D69161

Text Example


Text Example

White with #D69161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69161; }

 p { color: rgb(214,145,97); }

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

background-color css

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

 a { background-color: rgb(214,145,97); }

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

border-color css

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

 span { border-color: rgb(214,145,97); }

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