Html Css Color HEX #C69167 Whiskey

📋 copy color: '#C69167'

red 198 ◦ green 145 ◦ blue 103

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

Shades of Whiskey #C69167

Tints of Whiskey #C69167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.09%

R = 44.39%
G = 32.51%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C69167 (or 0xC69167) is known color: Whiskey. HEX triplet: C6, 91 and 67. RGB value is (198,145,103). Sum of RGB (Red+Green+Blue) = 198+145+103=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69167 is #396E98. Grayscale: #9C9C9C. Windows color (decimal): -3763865 or 6787526. OLE color: 6787526.

HSL color Cylindrical-coordinate representation of color #C69167: hue angle of 26.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69167 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 103 -
CMYK 0 0.27 0.48 0.22
HSL 26.53º 0.45% 0.59% -
HSV(B) 26.53º 0.48% 0.78% -
XYZ 35.86 33.24 17.36 -
YUV 156.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 198 145 103 0 0.27 0.48 0.22 26.53 0.45 0.59
Hex C6 91 67 0 1B 30 16 1B 2D 3B
Octal 306 221 147 0 33 60 26 33 55 73
Binary 11000110 10010001 1100111 0 11011 110000 10110 11011 101101 111011

Color Harmonies of #C69167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69167

Black with #C69167

Text Example


Text Example

White with #C69167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69167; }

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

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

background-color css

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

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

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

border-color css

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

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

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