Html Css Color HEX #C68D66 Whiskey

📋 copy color: '#C68D66'

red 198 ◦ green 141 ◦ blue 102

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

Shades of Whiskey #C68D66

Tints of Whiskey #C68D66

RGB

 RED value IS 198 (77.73% from 255) = 44.9%

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 44.9%
G = 31.97%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68D66 (or 0xC68D66) is known color: Whiskey. HEX triplet: C6, 8D and 66. RGB value is (198,141,102). Sum of RGB (Red+Green+Blue) = 198+141+102=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D66 is #397299. Grayscale: #999999. Windows color (decimal): -3764890 or 6720966. OLE color: 6720966.

HSL color Cylindrical-coordinate representation of color #C68D66: hue angle of 24.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C68D66 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 141 102 -
CMYK 0 0.29 0.48 0.22
HSL 24.38º 0.46% 0.59% -
HSV(B) 24.38º 0.48% 0.78% -
XYZ 35.21 32.01 16.89 -
YUV 153.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 198 141 102 0 0.29 0.48 0.22 24.38 0.46 0.59
Hex C6 8D 66 0 1D 30 16 18 2E 3B
Octal 306 215 146 0 35 60 26 30 56 73
Binary 11000110 10001101 1100110 0 11101 110000 10110 11000 101110 111011

Color Harmonies of #C68D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D66

Black with #C68D66

Text Example


Text Example

White with #C68D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D66; }

 p { color: rgb(198,141,102); }

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

background-color css

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

 a { background-color: rgb(198,141,102); }

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

border-color css

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

 span { border-color: rgb(198,141,102); }

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