Html Css Color HEX #C6B960 Tacha

📋 copy color: '#C6B960'

red 198 ◦ green 185 ◦ blue 96

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

Shades of Tacha #C6B960

Tints of Tacha #C6B960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

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

R = 41.34%
G = 38.62%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6B960 (or 0xC6B960) is known color: Tacha. HEX triplet: C6, B9 and 60. RGB value is (198,185,96). Sum of RGB (Red+Green+Blue) = 198+185+96=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B960 is #39469F. Grayscale: #B3B3B3. Windows color (decimal): -3753632 or 6339014. OLE color: 6339014.

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

Color convert

RGB 198 185 96 -
CMYK 0 0.07 0.52 0.22
HSL 52.35º 0.47% 0.58% -
HSV(B) 52.35º 0.52% 0.78% -
XYZ 42.75 47.55 17.99 -
YUV 178.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 198 185 96 0 0.07 0.52 0.22 52.35 0.47 0.58
Hex C6 B9 60 0 7 34 16 34 2F 3A
Octal 306 271 140 0 7 64 26 64 57 72
Binary 11000110 10111001 1100000 0 111 110100 10110 110100 101111 111010

Color Harmonies of #C6B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B960

Black with #C6B960

Text Example


Text Example

White with #C6B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B960; }

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

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

background-color css

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

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

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

border-color css

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

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

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