Html Css Color HEX #C6B560 Tacha

📋 copy color: '#C6B560'

red 198 ◦ green 181 ◦ blue 96

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

Shades of Tacha #C6B560

Tints of Tacha #C6B560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.11%

 BLUE value IS 96 (37.89% from 255) = 20.21%

R = 41.68%
G = 38.11%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6B560 (or 0xC6B560) is known color: Tacha. HEX triplet: C6, B5 and 60. RGB value is (198,181,96). Sum of RGB (Red+Green+Blue) = 198+181+96=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B560 is #394A9F. Grayscale: #B0B0B0. Windows color (decimal): -3754656 or 6337990. OLE color: 6337990.

HSL color Cylindrical-coordinate representation of color #C6B560: hue angle of 50º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6B560 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 181 96 -
CMYK 0 0.09 0.52 0.22
HSL 50º 0.47% 0.58% -
HSV(B) 50º 0.52% 0.78% -
XYZ 41.92 45.9 17.72 -
YUV 176.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 198 181 96 0 0.09 0.52 0.22 50 0.47 0.58
Hex C6 B5 60 0 9 34 16 32 2F 3A
Octal 306 265 140 0 11 64 26 62 57 72
Binary 11000110 10110101 1100000 0 1001 110100 10110 110010 101111 111010

Color Harmonies of #C6B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B560

Black with #C6B560

Text Example


Text Example

White with #C6B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B560; }

 p { color: rgb(198,181,96); }

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

background-color css

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

 a { background-color: rgb(198,181,96); }

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

border-color css

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

 span { border-color: rgb(198,181,96); }

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