Html Css Color HEX #C69063 Whiskey

📋 copy color: '#C69063'

red 198 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #C69063

Tints of Whiskey #C69063

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

 BLUE value IS 99 (39.06% from 255) = 22.45%

R = 44.9%
G = 32.65%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C69063 (or 0xC69063) is known color: Whiskey. HEX triplet: C6, 90 and 63. RGB value is (198,144,99). Sum of RGB (Red+Green+Blue) = 198+144+99=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C69063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69063 is #396F9C. Grayscale: #9B9B9B. Windows color (decimal): -3764125 or 6525126. OLE color: 6525126.

HSL color Cylindrical-coordinate representation of color #C69063: hue angle of 27.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C69063 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 99 -
CMYK 0 0.27 0.50 0.22
HSL 27.27º 0.46% 0.58% -
HSV(B) 27.27º 0.5% 0.78% -
XYZ 35.51 32.85 16.27 -
YUV 155.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 198 144 99 0 0.27 0.50 0.22 27.27 0.46 0.58
Hex C6 90 63 0 1B 32 16 1B 2E 3A
Octal 306 220 143 0 33 62 26 33 56 72
Binary 11000110 10010000 1100011 0 11011 110010 10110 11011 101110 111010

Color Harmonies of #C69063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69063

Black with #C69063

Text Example


Text Example

White with #C69063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69063; }

 p { color: rgb(198,144,99); }

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

background-color css

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

 a { background-color: rgb(198,144,99); }

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

border-color css

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

 span { border-color: rgb(198,144,99); }

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