#673103

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

Shades of Baker's Chocolate #673103

Tints of Baker's Chocolate #673103

Color information

#673103 (or 0x673103) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 31 and 03. RGB value is (103,49,3). Sum of RGB (Red+Green+Blue) = 103+49+3=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #673103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673103 is #98CEFC. Grayscale: #3C3C3C. Windows color (decimal): -10014461 or 209255. OLE color: 209255.

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

Color convert

RGB103493-
CMYK00.520.970.60
HSL27.6º94.34%20.78%-
HSV(B)27.6º97.09%40.39%-
XYZ6.715.090.71-
YUV59.995.89158.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=66.45%
G=31.61%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10349300.520.970.6027.694.3420.78
Hex67313034613C1c5e15
Octal147613064141743413625
Binary1100111110001110110100110000111110011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673103; }

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

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

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

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

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

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

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

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