Html Css Color HEX #C68E65 Whiskey

📋 copy color: '#C68E65'

red 198 ◦ green 142 ◦ blue 101

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

Shades of Whiskey #C68E65

Tints of Whiskey #C68E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.2%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 44.9%
G = 32.2%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C68E65 (or 0xC68E65) is known color: Whiskey. HEX triplet: C6, 8E and 65. RGB value is (198,142,101). Sum of RGB (Red+Green+Blue) = 198+142+101=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E65 is #39719A. Grayscale: #9A9A9A. Windows color (decimal): -3764635 or 6655686. OLE color: 6655686.

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

Color convert

RGB 198 142 101 -
CMYK 0 0.28 0.49 0.22
HSL 25.36º 0.46% 0.59% -
HSV(B) 25.36º 0.49% 0.78% -
XYZ 35.31 32.29 16.68 -
YUV 154.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 198 142 101 0 0.28 0.49 0.22 25.36 0.46 0.59
Hex C6 8E 65 0 1C 31 16 19 2E 3B
Octal 306 216 145 0 34 61 26 31 56 73
Binary 11000110 10001110 1100101 0 11100 110001 10110 11001 101110 111011

Color Harmonies of #C68E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E65

Black with #C68E65

Text Example


Text Example

White with #C68E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E65; }

 p { color: rgb(198,142,101); }

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

background-color css

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

 a { background-color: rgb(198,142,101); }

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

border-color css

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

 span { border-color: rgb(198,142,101); }

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