Html Css Color HEX #C6B55D Tacha

📋 copy color: '#C6B55D'

red 198 ◦ green 181 ◦ blue 93

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

Shades of Tacha #C6B55D

Tints of Tacha #C6B55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 41.95%
G = 38.35%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6B55D (or 0xC6B55D) is known color: Tacha. HEX triplet: C6, B5 and 5D. RGB value is (198,181,93). Sum of RGB (Red+Green+Blue) = 198+181+93=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B55D is #394AA2. Grayscale: #B0B0B0. Windows color (decimal): -3754659 or 6141382. OLE color: 6141382.

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

Color convert

RGB 198 181 93 -
CMYK 0 0.09 0.53 0.22
HSL 50.29º 0.48% 0.57% -
HSV(B) 50.29º 0.53% 0.78% -
XYZ 41.79 45.84 17 -
YUV 176.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 198 181 93 0 0.09 0.53 0.22 50.29 0.48 0.57
Hex C6 B5 5D 0 9 35 16 32 30 39
Octal 306 265 135 0 11 65 26 62 60 71
Binary 11000110 10110101 1011101 0 1001 110101 10110 110010 110000 111001

Color Harmonies of #C6B55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B55D

Black with #C6B55D

Text Example


Text Example

White with #C6B55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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