#6F202E

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

Shades of Claret #6F202E

Tints of Claret #6F202E

Color information

#6F202E (or 0x6F202E) is unknown color: approx Claret. HEX triplet: 6F, 20 and 2E. RGB value is (111,32,46). Sum of RGB (Red+Green+Blue) = 111+32+46=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202E is #90DFD1. Grayscale: #393939. Windows color (decimal): -9494482 or 3022959. OLE color: 3022959.

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

Color convert

RGB1113246-
CMYK00.710.590.56
HSL349.37º55.24%28.04%-
HSV(B)349.37º71.17%43.53%-
XYZ7.574.613.08-
YUV57.22121.67166.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.73%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=58.73%
G=16.93%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111324600.710.590.56349.3755.2428.04
Hex6F202E0473B3815d371c
Octal1574056010773705356734
Binary11011111000001011100100011111101111100010101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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