#6C202B

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

Shades of Red Berry #6C202B

Tints of Red Berry #6C202B

Color information

#6C202B (or 0x6C202B) is unknown color: approx Red Berry. HEX triplet: 6C, 20 and 2B. RGB value is (108,32,43). Sum of RGB (Red+Green+Blue) = 108+32+43=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C202B is #93DFD4. Grayscale: #383838. Windows color (decimal): -9691093 or 2826348. OLE color: 2826348.

HSL color Cylindrical-coordinate representation of color #6C202B: hue angle of 351.32º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C202B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1083243-
CMYK00.700.600.58
HSL351.32º54.29%27.45%-
HSV(B)351.32º70.37%42.35%-
XYZ7.144.42.76-
YUV55.98120.68165.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.02%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=59.02%
G=17.49%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108324300.700.600.58351.3254.2927.45
Hex6C202B0463C3A15f361b
Octal1544053010674725376633
Binary11011001000001010110100011011110011101010101111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,43); }

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

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

 a { background-color: rgb(108,32,43); }

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

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

 span { border-color: rgb(108,32,43); }

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