#673508

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

Shades of Baker's Chocolate #673508

Tints of Baker's Chocolate #673508

Color information

#673508 (or 0x673508) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 35 and 08. RGB value is (103,53,8). Sum of RGB (Red+Green+Blue) = 103+53+8=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #673508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673508 is #98CAF7. Grayscale: #3F3F3F. Windows color (decimal): -10013432 or 537959. OLE color: 537959.

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

Color convert

RGB103538-
CMYK00.490.920.60
HSL28.42º85.59%21.76%-
HSV(B)28.42º92.23%40.39%-
XYZ6.915.450.92-
YUV62.8297.06156.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.80%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=62.80%
G=32.32%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10353800.490.920.6028.4285.5921.76
Hex673580315C3C1c5616
Octal1476510061134743412626
Binary110011111010110000110001101110011110011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673508; }

 p { color: rgb(103,53,8); }

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

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

 a { background-color: rgb(103,53,8); }

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

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

 span { border-color: rgb(103,53,8); }

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