#680D2E

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

Shades of Claret #680D2E

Tints of Claret #680D2E

Color information

#680D2E (or 0x680D2E) is unknown color: approx Claret. HEX triplet: 68, 0D and 2E. RGB value is (104,13,46). Sum of RGB (Red+Green+Blue) = 104+13+46=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D2E is #97F2D1. Grayscale: #2B2B2B. Windows color (decimal): -9958098 or 3018088. OLE color: 3018088.

HSL color Cylindrical-coordinate representation of color #680D2E: hue angle of 338.24º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D2E is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1041346-
CMYK00.880.560.59
HSL338.24º77.78%22.94%-
HSV(B)338.24º87.5%40.78%-
XYZ6.353.432.91-
YUV43.97129.15170.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=63.80%
G=7.98%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104134600.880.560.59338.2477.7822.94
Hex68D2E058383B1524e17
Octal15015560130707352211627
Binary1101000110110111001011000111000111011101010010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D2E; }

 p { color: rgb(104,13,46); }

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

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

 a { background-color: rgb(104,13,46); }

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

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

 span { border-color: rgb(104,13,46); }

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