#C6BB55

Color #C6BB55 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #C6BB55

Tints of Tacha #C6BB55

Color information

#C6BB55 (or 0xC6BB55) is unknown color: approx Tacha. HEX triplet: C6, BB and 55. RGB value is (198,187,85). Sum of RGB (Red+Green+Blue) = 198+187+85=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB55 is #3944AA. Grayscale: #B3B3B3. Windows color (decimal): -3753131 or 5618630. OLE color: 5618630.

HSL color Cylindrical-coordinate representation of color #C6BB55: hue angle of 54.16º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6BB55 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19818785-
CMYK00.060.570.22
HSL54.16º49.78%55.49%-
HSV(B)54.16º57.07%77.65%-
XYZ42.748.215.65-
YUV178.6675.14141.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=42.13%
G=39.79%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981878500.060.570.2254.1649.7855.49
HexC6BB55063916363237
Octal306273125067126666267
Binary11000110101110111010101011011100110110110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB55; }

 p { color: rgb(198,187,85); }

 H1.HeaderClassName
 {
   color: #C6BB55;
 }
 .AnyTagClassName
 {
   color: #C6BB55;
 }
</style>
background-color css

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

 a { background-color: rgb(198,187,85); }

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

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

 span { border-color: rgb(198,187,85); }

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