#673115

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

Shades of Baker's Chocolate #673115

Tints of Baker's Chocolate #673115

Color information

#673115 (or 0x673115) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 31 and 15. RGB value is (103,49,21). Sum of RGB (Red+Green+Blue) = 103+49+21=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #673115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673115 is #98CEEA. Grayscale: #3E3E3E. Windows color (decimal): -10014443 or 1388903. OLE color: 1388903.

HSL color Cylindrical-coordinate representation of color #673115: hue angle of 20.49º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #673115 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1034921-
CMYK00.520.800.60
HSL20.49º66.13%24.31%-
HSV(B)20.49º79.61%40.39%-
XYZ6.835.131.34-
YUV61.95104.89157.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=59.54%
G=28.32%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103492100.520.800.6020.4966.1324.31
Hex673115034503C144218
Octal1476125064120742410230
Binary1100111110001101010110100101000011110010100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673115; }

 p { color: rgb(103,49,21); }

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

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

 a { background-color: rgb(103,49,21); }

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

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

 span { border-color: rgb(103,49,21); }

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