#6B4026

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

Shades of Semi-Sweet Chocolate #6B4026

Tints of Semi-Sweet Chocolate #6B4026

Color information

#6B4026 (or 0x6B4026) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 6B, 40 and 26. RGB value is (107,64,38). Sum of RGB (Red+Green+Blue) = 107+64+38=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4026 is #94BFD9. Grayscale: #4A4A4A. Windows color (decimal): -9748442 or 2506859. OLE color: 2506859.

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

Color convert

RGB1076438-
CMYK00.400.640.58
HSL22.61º47.59%28.43%-
HSV(B)22.61º64.49%41.96%-
XYZ8.256.932.74-
YUV73.89107.75151.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=51.20%
G=30.62%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107643800.400.640.5822.6147.5928.43
Hex6B4026028403A17301c
Octal1531004605010072276034
Binary11010111000000100110010100010000001110101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,38); }

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

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

 a { background-color: rgb(107,64,38); }

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

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

 span { border-color: rgb(107,64,38); }

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