#6F2436

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

Shades of Claret #6F2436

Tints of Claret #6F2436

Color information

#6F2436 (or 0x6F2436) is unknown color: approx Claret. HEX triplet: 6F, 24 and 36. RGB value is (111,36,54). Sum of RGB (Red+Green+Blue) = 111+36+54=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2436 is #90DBC9. Grayscale: #3C3C3C. Windows color (decimal): -9493450 or 3548271. OLE color: 3548271.

HSL color Cylindrical-coordinate representation of color #6F2436: hue angle of 345.6º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2436 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB1113654-
CMYK00.680.510.56
HSL345.6º51.02%28.82%-
HSV(B)345.6º67.57%43.53%-
XYZ7.854.914.02-
YUV60.48124.35164.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=55.22%
G=17.91%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111365400.680.510.56345.651.0228.82
Hex6F2436044333815a331d
Octal1574466010463705326335
Binary11011111001001101100100010011001111100010101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,36,54); }

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

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

 a { background-color: rgb(111,36,54); }

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

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

 span { border-color: rgb(111,36,54); }

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