#672400

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

Shades of Baker's Chocolate #672400

Tints of Baker's Chocolate #672400

Color information

#672400 (or 0x672400) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 24 and 00. RGB value is (103,36,0). Sum of RGB (Red+Green+Blue) = 103+36+0=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #672400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672400 is #98DBFF. Grayscale: #343434. Windows color (decimal): -10017792 or 9319. OLE color: 9319.

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

Color convert

RGB103360-
CMYK00.6510.60
HSL20.97º100%20.2%-
HSV(B)20.97º100%40.39%-
XYZ6.224.150.47-
YUV51.9398.7164.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 74.10%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.10%
G=25.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10336000.6510.6020.9710020.2
Hex67240041643C156414
Octal1474400101144742514424
Binary1100111100100001000001110010011110010101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672400; }

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

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

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

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

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

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

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

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