#67370B

Color #67370B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #67370B

Tints of Baker's Chocolate #67370B

Color information

#67370B (or 0x67370B) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 37 and 0B. RGB value is (103,55,11). Sum of RGB (Red+Green+Blue) = 103+55+11=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #67370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67370B is #98C8F4. Grayscale: #404040. Windows color (decimal): -10012917 or 735079. OLE color: 735079.

HSL color Cylindrical-coordinate representation of color #67370B: hue angle of 28.7º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67370B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1035511-
CMYK00.470.890.60
HSL28.7º80.7%22.35%-
HSV(B)28.7º89.32%40.39%-
XYZ7.025.641.04-
YUV64.3497.9155.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.95%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 11 (4.69% from 255) = 6.51%
R=60.95%
G=32.54%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103551100.470.890.6028.780.722.35
Hex6737B02F593C1d5116
Octal1476713057131743512126
Binary110011111011110110101111101100111110011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67370B; }

 p { color: rgb(103,55,11); }

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

<style>
 a { background-color: #67370B; }

 a { background-color: rgb(103,55,11); }

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

<style>
 span { border-color: #67370B; }

 span { border-color: rgb(103,55,11); }

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