#C6531A

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

Shades of Chocolate #C6531A

Tints of Chocolate #C6531A

Color information

#C6531A (or 0xC6531A) is unknown color: approx Chocolate. HEX triplet: C6, 53 and 1A. RGB value is (198,83,26). Sum of RGB (Red+Green+Blue) = 198+83+26=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6531A is #39ACE5. Grayscale: #6F6F6F. Windows color (decimal): -3779814 or 1725382. OLE color: 1725382.

HSL color Cylindrical-coordinate representation of color #C6531A: hue angle of 19.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6531A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1988326-
CMYK00.580.870.22
HSL19.88º76.79%43.92%-
HSV(B)19.88º86.87%77.65%-
XYZ26.5718.273.1-
YUV110.8980.1190.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.50%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=64.50%
G=27.04%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198832600.580.870.2219.8876.7943.92
HexC6531A03A5716144d2c
Octal30612332072127262411554
Binary110001101010011110100111010101011110110101001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6531A; }

 p { color: rgb(198,83,26); }

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

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

 a { background-color: rgb(198,83,26); }

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

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

 span { border-color: rgb(198,83,26); }

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