#673016

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

Shades of Baker's Chocolate #673016

Tints of Baker's Chocolate #673016

Color information

#673016 (or 0x673016) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 30 and 16. RGB value is (103,48,22). Sum of RGB (Red+Green+Blue) = 103+48+22=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #673016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673016 is #98CFE9. Grayscale: #3D3D3D. Windows color (decimal): -10014698 or 1454183. OLE color: 1454183.

HSL color Cylindrical-coordinate representation of color #673016: hue angle of 19.26º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #673016 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1034822-
CMYK00.530.790.60
HSL19.26º64.8%24.51%-
HSV(B)19.26º78.64%40.39%-
XYZ6.85.061.38-
YUV61.48105.72157.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=59.54%
G=27.75%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103482200.530.790.6019.2664.824.51
Hex6730160354F3C134119
Octal1476026065117742310131
Binary1100111110000101100110101100111111110010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673016; }

 p { color: rgb(103,48,22); }

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

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

 a { background-color: rgb(103,48,22); }

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

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

 span { border-color: rgb(103,48,22); }

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