#6F2426

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

Shades of Red Berry #6F2426

Tints of Red Berry #6F2426

Color information

#6F2426 (or 0x6F2426) is unknown color: approx Red Berry. HEX triplet: 6F, 24 and 26. RGB value is (111,36,38). Sum of RGB (Red+Green+Blue) = 111+36+38=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2426 is #90DBD9. Grayscale: #3A3A3A. Windows color (decimal): -9493466 or 2499695. OLE color: 2499695.

HSL color Cylindrical-coordinate representation of color #6F2426: hue angle of 358.4º 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 #6F2426 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1113638-
CMYK00.680.660.56
HSL358.4º51.02%28.82%-
HSV(B)358.4º67.57%43.53%-
XYZ7.544.782.36-
YUV58.65116.35165.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=60%
G=19.46%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111363800.680.660.56358.451.0228.82
Hex6F24260444238166331d
Octal15744460104102705466335
Binary110111110010010011001000100100001011100010110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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