Html Css Color HEX #C68D68 Whiskey

📋 copy color: '#C68D68'

red 198 ◦ green 141 ◦ blue 104

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

Shades of Whiskey #C68D68

Tints of Whiskey #C68D68

RGB

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

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

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

R = 44.7%
G = 31.83%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68D68 (or 0xC68D68) is known color: Whiskey. HEX triplet: C6, 8D and 68. RGB value is (198,141,104). Sum of RGB (Red+Green+Blue) = 198+141+104=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D68 is #397297. Grayscale: #9A9A9A. Windows color (decimal): -3764888 or 6852038. OLE color: 6852038.

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

Color convert

RGB 198 141 104 -
CMYK 0 0.29 0.47 0.22
HSL 23.62º 0.45% 0.59% -
HSV(B) 23.62º 0.47% 0.78% -
XYZ 35.31 32.06 17.42 -
YUV 153.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 198 141 104 0 0.29 0.47 0.22 23.62 0.45 0.59
Hex C6 8D 68 0 1D 2F 16 18 2D 3B
Octal 306 215 150 0 35 57 26 30 55 73
Binary 11000110 10001101 1101000 0 11101 101111 10110 11000 101101 111011

Color Harmonies of #C68D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D68

Black with #C68D68

Text Example


Text Example

White with #C68D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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