#C6461F

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

Shades of Trinidad #C6461F

Tints of Trinidad #C6461F

Color information

#C6461F (or 0xC6461F) is unknown color: approx Trinidad. HEX triplet: C6, 46 and 1F. RGB value is (198,70,31). Sum of RGB (Red+Green+Blue) = 198+70+31=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461F is #39B9E0. Grayscale: #686868. Windows color (decimal): -3783137 or 2049734. OLE color: 2049734.

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

Color convert

RGB1987031-
CMYK00.650.840.22
HSL14.01º72.93%44.9%-
HSV(B)14.01º84.34%77.65%-
XYZ25.7316.493.12-
YUV103.8386.91195.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.22%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 31 (12.5% from 255) = 10.37%
R=66.22%
G=23.41%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198703100.650.840.2214.0172.9344.9
HexC6461F0415416e492d
Octal306106370101124261611155
Binary110001101000110111110100000110101001011011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6461F; }

 p { color: rgb(198,70,31); }

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

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

 a { background-color: rgb(198,70,31); }

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

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

 span { border-color: rgb(198,70,31); }

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