#6D2326

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

Shades of Red Berry #6D2326

Tints of Red Berry #6D2326

Color information

#6D2326 (or 0x6D2326) is unknown color: approx Red Berry. HEX triplet: 6D, 23 and 26. RGB value is (109,35,38). Sum of RGB (Red+Green+Blue) = 109+35+38=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2326 is #92DCD9. Grayscale: #393939. Windows color (decimal): -9624794 or 2499437. OLE color: 2499437.

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

Color convert

RGB1093538-
CMYK00.680.650.57
HSL357.57º51.39%28.24%-
HSV(B)357.57º67.89%42.75%-
XYZ7.264.592.34-
YUV57.47117.02164.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.89%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=59.89%
G=19.23%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109353800.680.650.57357.5751.3928.24
Hex6D23260444139166331c
Octal15543460104101715466334
Binary110110110001110011001000100100000111100110110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,38); }

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

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

 a { background-color: rgb(109,35,38); }

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

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

 span { border-color: rgb(109,35,38); }

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