#c6521e

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

Shades of Trinidad #C6521E

Tints of Trinidad #C6521E

Color information

#C6521E (or 0xC6521E) is unknown color: approx Trinidad. HEX triplet: C6, 52 and 1E. RGB value is (198,82,30). Sum of RGB (Red+Green+Blue) = 198+82+30=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6521E is #39ADE1. Grayscale: #6F6F6F. Windows color (decimal): -3780066 or 1987270. OLE color: 1987270.

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

Color convert

RGB1988230-
CMYK00.590.850.22
HSL18.57º73.68%44.71%-
HSV(B)18.57º84.85%77.65%-
XYZ26.5418.133.33-
YUV110.7682.43190.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.87%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=63.87%
G=26.45%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198823000.590.850.2218.5773.6844.71
HexC6521E03B5516134a2d
Octal30612236073125262311255
Binary110001101010010111100111011101010110110100111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6521e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6521e; }

 p { color: rgb(198,82,30); }

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

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

 a { background-color: rgb(198,82,30); }

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

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

 span { border-color: rgb(198,82,30); }

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