#672805

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

Shades of Baker's Chocolate #672805

Tints of Baker's Chocolate #672805

Color information

#672805 (or 0x672805) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 28 and 05. RGB value is (103,40,5). Sum of RGB (Red+Green+Blue) = 103+40+5=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #672805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672805 is #98D7FA. Grayscale: #373737. Windows color (decimal): -10016763 or 338023. OLE color: 338023.

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

Color convert

RGB103405-
CMYK00.610.950.60
HSL21.43º90.74%21.18%-
HSV(B)21.43º95.15%40.39%-
XYZ6.384.410.66-
YUV54.8599.87162.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.59%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 5 (2.34% from 255) = 3.38%
R=69.59%
G=27.03%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10340500.610.950.6021.4390.7421.18
Hex6728503D5F3C155b15
Octal147505075137742513325
Binary11001111010001010111101101111111110010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672805; }

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

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

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

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

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

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

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

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