#6E171C

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

Shades of Red Berry #6E171C

Tints of Red Berry #6E171C

Color information

#6E171C (or 0x6E171C) is unknown color: approx Red Berry. HEX triplet: 6E, 17 and 1C. RGB value is (110,23,28). Sum of RGB (Red+Green+Blue) = 110+23+28=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171C is #91E8E3. Grayscale: #313131. Windows color (decimal): -9562340 or 1841006. OLE color: 1841006.

HSL color Cylindrical-coordinate representation of color #6E171C: hue angle of 356.55º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E171C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1102328-
CMYK00.790.750.57
HSL356.55º65.41%26.08%-
HSV(B)356.55º79.09%43.14%-
XYZ6.954.011.51-
YUV49.58115.82171.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=68.32%
G=14.29%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110232800.790.750.57356.5565.4126.08
Hex6E171C04F4B39165411a
Octal156273401171137154510132
Binary11011101011111100010011111001011111001101100101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,23,28); }

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

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

 a { background-color: rgb(110,23,28); }

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

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

 span { border-color: rgb(110,23,28); }

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