#673702

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

Shades of Baker's Chocolate #673702

Tints of Baker's Chocolate #673702

Color information

#673702 (or 0x673702) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 37 and 02. RGB value is (103,55,2). Sum of RGB (Red+Green+Blue) = 103+55+2=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #673702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673702 is #98C8FD. Grayscale: #3F3F3F. Windows color (decimal): -10012926 or 145255. OLE color: 145255.

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

Color convert

RGB103552-
CMYK00.470.980.60
HSL31.49º96.19%20.59%-
HSV(B)31.49º98.06%40.39%-
XYZ6.975.620.77-
YUV63.3193.4156.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=64.38%
G=34.38%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10355200.470.980.6031.4996.1920.59
Hex6737202F623C1f6015
Octal147672057142743714025
Binary1100111110111100101111110001011110011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673702; }

 p { color: rgb(103,55,2); }

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

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

 a { background-color: rgb(103,55,2); }

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

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

 span { border-color: rgb(103,55,2); }

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