#673919

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

Shades of Baker's Chocolate #673919

Tints of Baker's Chocolate #673919

Color information

#673919 (or 0x673919) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 39 and 19. RGB value is (103,57,25). Sum of RGB (Red+Green+Blue) = 103+57+25=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #673919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673919 is #98C6E6. Grayscale: #434343. Windows color (decimal): -10012391 or 1653095. OLE color: 1653095.

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

Color convert

RGB1035725-
CMYK00.450.760.60
HSL24.62º60.94%25.1%-
HSV(B)24.62º75.73%40.39%-
XYZ7.235.881.67-
YUV67.11104.24153.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=55.68%
G=30.81%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103572500.450.760.6024.6260.9425.1
Hex67391902D4C3C193d19
Octal147713105511474317531
Binary110011111100111001010110110011001111001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673919; }

 p { color: rgb(103,57,25); }

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

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

 a { background-color: rgb(103,57,25); }

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

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

 span { border-color: rgb(103,57,25); }

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