#672405

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

Shades of Baker's Chocolate #672405

Tints of Baker's Chocolate #672405

Color information

#672405 (or 0x672405) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 24 and 05. RGB value is (103,36,5). Sum of RGB (Red+Green+Blue) = 103+36+5=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #672405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672405 is #98DBFA. Grayscale: #343434. Windows color (decimal): -10017787 or 336999. OLE color: 336999.

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

Color convert

RGB103365-
CMYK00.650.950.60
HSL18.98º90.74%21.18%-
HSV(B)18.98º95.15%40.39%-
XYZ6.254.160.62-
YUV52.5101.2164.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=71.53%
G=25%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10336500.650.950.6018.9890.7421.18
Hex672450415F3C135b15
Octal1474450101137742313325
Binary110011110010010101000001101111111110010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672405; }

 p { color: rgb(103,36,5); }

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

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

 a { background-color: rgb(103,36,5); }

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

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

 span { border-color: rgb(103,36,5); }

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