#681E2E

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

Shades of Claret #681E2E

Tints of Claret #681E2E

Color information

#681E2E (or 0x681E2E) is unknown color: approx Claret. HEX triplet: 68, 1E and 2E. RGB value is (104,30,46). Sum of RGB (Red+Green+Blue) = 104+30+46=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E2E is #97E1D1. Grayscale: #353535. Windows color (decimal): -9953746 or 3022440. OLE color: 3022440.

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

Color convert

RGB1043046-
CMYK00.710.560.59
HSL347.03º55.22%26.27%-
HSV(B)347.03º71.15%40.78%-
XYZ6.674.073.02-
YUV53.95123.52163.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=57.78%
G=16.67%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104304600.710.560.59347.0355.2226.27
Hex681E2E047383B15b371a
Octal1503656010770735336732
Binary1101000111101011100100011111100011101110101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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