#6B4127

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

Shades of Semi-Sweet Chocolate #6B4127

Tints of Semi-Sweet Chocolate #6B4127

Color information

#6B4127 (or 0x6B4127) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 41 and 27. RGB value is (107,65,39). Sum of RGB (Red+Green+Blue) = 107+65+39=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4127 is #94BED8. Grayscale: #4A4A4A. Windows color (decimal): -9748185 or 2572651. OLE color: 2572651.

HSL color Cylindrical-coordinate representation of color #6B4127: hue angle of 22.94º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B4127 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1076539-
CMYK00.390.640.58
HSL22.94º46.58%28.63%-
HSV(B)22.94º63.55%41.96%-
XYZ8.327.052.84-
YUV74.59107.91151.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=50.71%
G=30.81%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107653900.390.640.5822.9446.5828.63
Hex6B4127027403A172f1d
Octal1531014704710072275735
Binary11010111000001100111010011110000001110101011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,39); }

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

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

 a { background-color: rgb(107,65,39); }

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

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

 span { border-color: rgb(107,65,39); }

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