#673409

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

Shades of Baker's Chocolate #673409

Tints of Baker's Chocolate #673409

Color information

#673409 (or 0x673409) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 34 and 09. RGB value is (103,52,9). Sum of RGB (Red+Green+Blue) = 103+52+9=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #673409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673409 is #98CBF6. Grayscale: #3E3E3E. Windows color (decimal): -10013687 or 603239. OLE color: 603239.

HSL color Cylindrical-coordinate representation of color #673409: hue angle of 27.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #673409 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB103529-
CMYK00.500.910.60
HSL27.45º83.93%21.96%-
HSV(B)27.45º91.26%40.39%-
XYZ6.875.360.93-
YUV62.3597.9157-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.80%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 9 (3.91% from 255) = 5.49%
R=62.80%
G=31.71%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10352900.500.910.6027.4583.9321.96
Hex673490325B3C1b5416
Octal1476411062133743312426
Binary110011111010010010110010101101111110011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673409; }

 p { color: rgb(103,52,9); }

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

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

 a { background-color: rgb(103,52,9); }

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

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

 span { border-color: rgb(103,52,9); }

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