#6A2333

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

Shades of Claret #6A2333

Tints of Claret #6A2333

Color information

#6A2333 (or 0x6A2333) is unknown color: approx Claret. HEX triplet: 6A, 23 and 33. RGB value is (106,35,51). Sum of RGB (Red+Green+Blue) = 106+35+51=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2333 is #95DCCC. Grayscale: #3A3A3A. Windows color (decimal): -9821389 or 3351402. OLE color: 3351402.

HSL color Cylindrical-coordinate representation of color #6A2333: hue angle of 346.48º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2333 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1063551-
CMYK00.670.520.58
HSL346.48º50.35%27.65%-
HSV(B)346.48º66.98%41.57%-
XYZ7.144.513.63-
YUV58.05124.02162.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 35 (14.06% from 255) = 18.23%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=55.21%
G=18.23%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106355100.670.520.58346.4850.3527.65
Hex6A2333043343A15a321c
Octal1524363010364725326234
Binary11010101000111100110100001111010011101010101101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2333; }

 p { color: rgb(106,35,51); }

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

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

 a { background-color: rgb(106,35,51); }

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

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

 span { border-color: rgb(106,35,51); }

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