Html Css Color HEX #C68F6B Whiskey

📋 copy color: '#C68F6B'

red 198 ◦ green 143 ◦ blue 107

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

Shades of Whiskey #C68F6B

Tints of Whiskey #C68F6B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 44.2%
G = 31.92%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C68F6B (or 0xC68F6B) is known color: Whiskey. HEX triplet: C6, 8F and 6B. RGB value is (198,143,107). Sum of RGB (Red+Green+Blue) = 198+143+107=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F6B is #397094. Grayscale: #9B9B9B. Windows color (decimal): -3764373 or 7049158. OLE color: 7049158.

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

Color convert

RGB 198 143 107 -
CMYK 0 0.28 0.46 0.22
HSL 23.74º 0.44% 0.6% -
HSV(B) 23.74º 0.46% 0.78% -
XYZ 35.77 32.71 18.34 -
YUV 155.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 198 143 107 0 0.28 0.46 0.22 23.74 0.44 0.6
Hex C6 8F 6B 0 1C 2E 16 18 2C 3C
Octal 306 217 153 0 34 56 26 30 54 74
Binary 11000110 10001111 1101011 0 11100 101110 10110 11000 101100 111100

Color Harmonies of #C68F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F6B

Black with #C68F6B

Text Example


Text Example

White with #C68F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F6B; }

 p { color: rgb(198,143,107); }

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

background-color css

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

 a { background-color: rgb(198,143,107); }

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

border-color css

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

 span { border-color: rgb(198,143,107); }

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