#672506

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

Shades of Baker's Chocolate #672506

Tints of Baker's Chocolate #672506

Color information

#672506 (or 0x672506) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 25 and 06. RGB value is (103,37,6). Sum of RGB (Red+Green+Blue) = 103+37+6=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #672506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672506 is #98DAF9. Grayscale: #353535. Windows color (decimal): -10017530 or 402791. OLE color: 402791.

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

Color convert

RGB103376-
CMYK00.640.940.60
HSL19.18º88.99%21.37%-
HSV(B)19.18º94.17%40.39%-
XYZ6.294.220.66-
YUV53.2101.37163.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.55%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=70.55%
G=25.34%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10337600.640.940.6019.1888.9921.37
Hex672560405E3C135915
Octal1474560100136742313125
Binary110011110010111001000000101111011110010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672506; }

 p { color: rgb(103,37,6); }

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

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

 a { background-color: rgb(103,37,6); }

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

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

 span { border-color: rgb(103,37,6); }

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