Html Css Color HEX #C69161 Whiskey

📋 copy color: '#C69161'

red 198 ◦ green 145 ◦ blue 97

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

Shades of Whiskey #C69161

Tints of Whiskey #C69161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.95%

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

R = 45%
G = 32.95%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C69161 (or 0xC69161) is known color: Whiskey. HEX triplet: C6, 91 and 61. RGB value is (198,145,97). Sum of RGB (Red+Green+Blue) = 198+145+97=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C69161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69161 is #396E9E. Grayscale: #9B9B9B. Windows color (decimal): -3763871 or 6394310. OLE color: 6394310.

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

Color convert

RGB 198 145 97 -
CMYK 0 0.27 0.51 0.22
HSL 28.51º 0.47% 0.58% -
HSV(B) 28.51º 0.51% 0.78% -
XYZ 35.57 33.12 15.83 -
YUV 155.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 198 145 97 0 0.27 0.51 0.22 28.51 0.47 0.58
Hex C6 91 61 0 1B 33 16 1D 2F 3A
Octal 306 221 141 0 33 63 26 35 57 72
Binary 11000110 10010001 1100001 0 11011 110011 10110 11101 101111 111010

Color Harmonies of #C69161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69161

Black with #C69161

Text Example


Text Example

White with #C69161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69161; }

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

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

background-color css

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

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

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

border-color css

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

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

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