#6b3e1f

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

Shades of Semi-Sweet Chocolate #6B3E1F

Tints of Semi-Sweet Chocolate #6B3E1F

Color information

#6B3E1F (or 0x6B3E1F) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 3E and 1F. RGB value is (107,62,31). Sum of RGB (Red+Green+Blue) = 107+62+31=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E1F is #94C1E0. Grayscale: #484848. Windows color (decimal): -9748961 or 2047595. OLE color: 2047595.

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

Color convert

RGB1076231-
CMYK00.420.710.58
HSL24.47º55.07%27.06%-
HSV(B)24.47º71.03%41.96%-
XYZ8.036.672.16-
YUV71.92104.91153.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 62 (24.61% from 255) = 31%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=53.5%
G=31%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107623100.420.710.5824.4755.0727.06
Hex6B3E1F02A473A18371b
Octal153763705210772306733
Binary110101111111011111010101010001111110101100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b3e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,31); }

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

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

 a { background-color: rgb(107,62,31); }

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

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

 span { border-color: rgb(107,62,31); }

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