Html Css Color HEX #C68D69 Whiskey

📋 copy color: '#C68D69'

red 198 ◦ green 141 ◦ blue 105

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

Shades of Whiskey #C68D69

Tints of Whiskey #C68D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 44.59%
G = 31.76%
B = 23.65%

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

#C68D69 (or 0xC68D69) is known color: Whiskey. HEX triplet: C6, 8D and 69. RGB value is (198,141,105). Sum of RGB (Red+Green+Blue) = 198+141+105=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D69 is #397296. Grayscale: #9A9A9A. Windows color (decimal): -3764887 or 6917574. OLE color: 6917574.

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

Color convert

RGB 198 141 105 -
CMYK 0 0.29 0.47 0.22
HSL 23.23º 0.45% 0.59% -
HSV(B) 23.23º 0.47% 0.78% -
XYZ 35.36 32.08 17.69 -
YUV 153.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 198 141 105 0 0.29 0.47 0.22 23.23 0.45 0.59
Hex C6 8D 69 0 1D 2F 16 17 2D 3B
Octal 306 215 151 0 35 57 26 27 55 73
Binary 11000110 10001101 1101001 0 11101 101111 10110 10111 101101 111011

Color Harmonies of #C68D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D69

Black with #C68D69

Text Example


Text Example

White with #C68D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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