Html Css Color HEX #C68A65 Whiskey

📋 copy color: '#C68A65'

red 198 ◦ green 138 ◦ blue 101

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

Shades of Whiskey #C68A65

Tints of Whiskey #C68A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

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

R = 45.31%
G = 31.58%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C68A65 (or 0xC68A65) is known color: Whiskey. HEX triplet: C6, 8A and 65. RGB value is (198,138,101). Sum of RGB (Red+Green+Blue) = 198+138+101=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A65 is #39759A. Grayscale: #979797. Windows color (decimal): -3765659 or 6654662. OLE color: 6654662.

HSL color Cylindrical-coordinate representation of color #C68A65: hue angle of 22.89º 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 #C68A65 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 138 101 -
CMYK 0 0.30 0.49 0.22
HSL 22.89º 0.46% 0.59% -
HSV(B) 22.89º 0.49% 0.78% -
XYZ 34.73 31.12 16.49 -
YUV 151.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 198 138 101 0 0.30 0.49 0.22 22.89 0.46 0.59
Hex C6 8A 65 0 1E 31 16 17 2E 3B
Octal 306 212 145 0 36 61 26 27 56 73
Binary 11000110 10001010 1100101 0 11110 110001 10110 10111 101110 111011

Color Harmonies of #C68A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68A65

Black with #C68A65

Text Example


Text Example

White with #C68A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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