Html Css Color HEX #C69162 Whiskey

📋 copy color: '#C69162'

red 198 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #C69162

Tints of Whiskey #C69162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 44.9%
G = 32.88%
B = 22.22%

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

#C69162 (or 0xC69162) is known color: Whiskey. HEX triplet: C6, 91 and 62. RGB value is (198,145,98). Sum of RGB (Red+Green+Blue) = 198+145+98=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C69162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69162 is #396E9D. Grayscale: #9B9B9B. Windows color (decimal): -3763870 or 6459846. OLE color: 6459846.

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

Color convert

RGB 198 145 98 -
CMYK 0 0.27 0.51 0.22
HSL 28.2º 0.47% 0.58% -
HSV(B) 28.2º 0.51% 0.78% -
XYZ 35.62 33.14 16.07 -
YUV 155.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 198 145 98 0 0.27 0.51 0.22 28.2 0.47 0.58
Hex C6 91 62 0 1B 33 16 1C 2F 3A
Octal 306 221 142 0 33 63 26 34 57 72
Binary 11000110 10010001 1100010 0 11011 110011 10110 11100 101111 111010

Color Harmonies of #C69162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69162

Black with #C69162

Text Example


Text Example

White with #C69162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69162; }

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

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

background-color css

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

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

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

border-color css

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

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

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