#68202E

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

Shades of Claret #68202E

Tints of Claret #68202E

Color information

#68202E (or 0x68202E) is unknown color: approx Claret. HEX triplet: 68, 20 and 2E. RGB value is (104,32,46). Sum of RGB (Red+Green+Blue) = 104+32+46=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202E is #97DFD1. Grayscale: #373737. Windows color (decimal): -9953234 or 3022952. OLE color: 3022952.

HSL color Cylindrical-coordinate representation of color #68202E: hue angle of 348.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202E is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1043246-
CMYK00.690.560.59
HSL348.33º52.94%26.67%-
HSV(B)348.33º69.23%40.78%-
XYZ6.724.173.04-
YUV55.12122.85162.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=57.14%
G=17.58%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104324600.690.560.59348.3352.9426.67
Hex68202E045383B15c351b
Octal1504056010570735346533
Binary11010001000001011100100010111100011101110101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68202E; }

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

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

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

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

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

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

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

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