#673114

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

Shades of Baker's Chocolate #673114

Tints of Baker's Chocolate #673114

Color information

#673114 (or 0x673114) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 31 and 14. RGB value is (103,49,20). Sum of RGB (Red+Green+Blue) = 103+49+20=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #673114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673114 is #98CEEB. Grayscale: #3E3E3E. Windows color (decimal): -10014444 or 1323367. OLE color: 1323367.

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

Color convert

RGB1034920-
CMYK00.520.810.60
HSL20.96º67.48%24.12%-
HSV(B)20.96º80.58%40.39%-
XYZ6.825.131.29-
YUV61.84104.39157.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=59.88%
G=28.49%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103492000.520.810.6020.9667.4824.12
Hex673114034513C154318
Octal1476124064121742510330
Binary1100111110001101000110100101000111110010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673114; }

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

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

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

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

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

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

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

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