#681C36

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

Shades of Claret #681C36

Tints of Claret #681C36

Color information

#681C36 (or 0x681C36) is unknown color: approx Claret. HEX triplet: 68, 1C and 36. RGB value is (104,28,54). Sum of RGB (Red+Green+Blue) = 104+28+54=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C36 is #97E3C9. Grayscale: #353535. Windows color (decimal): -9954250 or 3546216. OLE color: 3546216.

HSL color Cylindrical-coordinate representation of color #681C36: hue angle of 339.47º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C36 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1042854-
CMYK00.730.480.59
HSL339.47º57.58%25.88%-
HSV(B)339.47º73.08%40.78%-
XYZ6.794.043.91-
YUV53.69128.18163.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=55.91%
G=15.05%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104285400.730.480.59339.4757.5825.88
Hex681C36049303B1533a1a
Octal1503466011160735237232
Binary1101000111001101100100100111000011101110101001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C36; }

 p { color: rgb(104,28,54); }

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

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

 a { background-color: rgb(104,28,54); }

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

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

 span { border-color: rgb(104,28,54); }

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