#6B162D

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

Shades of Claret #6B162D

Tints of Claret #6B162D

Color information

#6B162D (or 0x6B162D) is unknown color: approx Claret. HEX triplet: 6B, 16 and 2D. RGB value is (107,22,45). Sum of RGB (Red+Green+Blue) = 107+22+45=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B162D is #94E9D2. Grayscale: #323232. Windows color (decimal): -9759187 or 2954859. OLE color: 2954859.

HSL color Cylindrical-coordinate representation of color #6B162D: hue angle of 343.76º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B162D is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1072245-
CMYK00.790.580.58
HSL343.76º65.89%25.29%-
HSV(B)343.76º79.44%41.96%-
XYZ6.823.892.87-
YUV50.04125.16168.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=61.49%
G=12.64%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107224500.790.580.58343.7665.8925.29
Hex6B162D04F3A3A1584219
Octal15326550117727253010231
Binary11010111011010110101001111111010111010101011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,45); }

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

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

 a { background-color: rgb(107,22,45); }

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

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

 span { border-color: rgb(107,22,45); }

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