#C6621F

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

Shades of Chocolate #C6621F

Tints of Chocolate #C6621F

Color information

#C6621F (or 0xC6621F) is unknown color: approx Chocolate. HEX triplet: C6, 62 and 1F. RGB value is (198,98,31). Sum of RGB (Red+Green+Blue) = 198+98+31=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6621F is #399DE0. Grayscale: #787878. Windows color (decimal): -3775969 or 2056902. OLE color: 2056902.

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

Color convert

RGB1989831-
CMYK00.510.840.22
HSL24.07º72.93%44.9%-
HSV(B)24.07º84.34%77.65%-
XYZ27.920.843.85-
YUV120.2677.63183.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=60.55%
G=29.97%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198983100.510.840.2224.0772.9344.9
HexC6621F033541618492d
Octal30614237063124263011155
Binary110001101100010111110110011101010010110110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6621F; }

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

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

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

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

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

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

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

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