#673408

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

Shades of Baker's Chocolate #673408

Tints of Baker's Chocolate #673408

Color information

#673408 (or 0x673408) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 34 and 08. RGB value is (103,52,8). Sum of RGB (Red+Green+Blue) = 103+52+8=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #673408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673408 is #98CBF7. Grayscale: #3E3E3E. Windows color (decimal): -10013688 or 537703. OLE color: 537703.

HSL color Cylindrical-coordinate representation of color #673408: hue angle of 27.79º 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 #673408 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB103528-
CMYK00.500.920.60
HSL27.79º85.59%21.76%-
HSV(B)27.79º92.23%40.39%-
XYZ6.875.360.9-
YUV62.2397.4157.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.19%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=63.19%
G=31.90%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10352800.500.920.6027.7985.5921.76
Hex673480325C3C1c5616
Octal1476410062134743412626
Binary110011111010010000110010101110011110011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673408; }

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

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

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

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

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

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

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

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