#6C1E24

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

Shades of Red Berry #6C1E24

Tints of Red Berry #6C1E24

Color information

#6C1E24 (or 0x6C1E24) is unknown color: approx Red Berry. HEX triplet: 6C, 1E and 24. RGB value is (108,30,36). Sum of RGB (Red+Green+Blue) = 108+30+36=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E24 is #93E1DB. Grayscale: #363636. Windows color (decimal): -9691612 or 2367084. OLE color: 2367084.

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

Color convert

RGB1083036-
CMYK00.720.670.58
HSL355.38º56.52%27.06%-
HSV(B)355.38º72.22%42.35%-
XYZ6.974.242.12-
YUV54.01117.84166.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.07%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=62.07%
G=17.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108303600.720.670.58355.3856.5227.06
Hex6C1E24048433A163391b
Octal15436440110103725437133
Binary11011001111010010001001000100001111101010110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,30,36); }

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

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

 a { background-color: rgb(108,30,36); }

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

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

 span { border-color: rgb(108,30,36); }

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