#6D452B

Color #6D452B Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #6D452B

Tints of Semi-Sweet Chocolate #6D452B

Color information

#6D452B (or 0x6D452B) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6D, 45 and 2B. RGB value is (109,69,43). Sum of RGB (Red+Green+Blue) = 109+69+43=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D452B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D452B is #92BAD4. Grayscale: #4E4E4E. Windows color (decimal): -9616085 or 2835821. OLE color: 2835821.

HSL color Cylindrical-coordinate representation of color #6D452B: hue angle of 23.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D452B is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1096943-
CMYK00.370.610.57
HSL23.64º43.42%29.8%-
HSV(B)23.64º60.55%42.75%-
XYZ8.877.683.3-
YUV78108.25150.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=49.32%
G=31.22%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109694300.370.610.5723.6443.4229.8
Hex6D452B0253D39182b1e
Octal155105530457571305336
Binary1101101100010110101101001011111011110011100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,43); }

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

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

 a { background-color: rgb(109,69,43); }

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

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

 span { border-color: rgb(109,69,43); }

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