Html Css Color HEX #C68B61 Whiskey

📋 copy color: '#C68B61'

red 198 ◦ green 139 ◦ blue 97

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

Shades of Whiskey #C68B61

Tints of Whiskey #C68B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.03%

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

R = 45.62%
G = 32.03%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C68B61 (or 0xC68B61) is known color: Whiskey. HEX triplet: C6, 8B and 61. RGB value is (198,139,97). Sum of RGB (Red+Green+Blue) = 198+139+97=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B61 is #39749E. Grayscale: #989898. Windows color (decimal): -3765407 or 6392774. OLE color: 6392774.

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

Color convert

RGB 198 139 97 -
CMYK 0 0.30 0.51 0.22
HSL 24.95º 0.47% 0.58% -
HSV(B) 24.95º 0.51% 0.78% -
XYZ 34.68 31.33 15.53 -
YUV 151.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 198 139 97 0 0.30 0.51 0.22 24.95 0.47 0.58
Hex C6 8B 61 0 1E 33 16 19 2F 3A
Octal 306 213 141 0 36 63 26 31 57 72
Binary 11000110 10001011 1100001 0 11110 110011 10110 11001 101111 111010

Color Harmonies of #C68B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B61

Black with #C68B61

Text Example


Text Example

White with #C68B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B61; }

 p { color: rgb(198,139,97); }

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

background-color css

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

 a { background-color: rgb(198,139,97); }

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

border-color css

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

 span { border-color: rgb(198,139,97); }

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