#673A0B

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

Shades of Baker's Chocolate #673A0B

Tints of Baker's Chocolate #673A0B

Color information

#673A0B (or 0x673A0B) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 3A and 0B. RGB value is (103,58,11). Sum of RGB (Red+Green+Blue) = 103+58+11=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #673A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A0B is #98C5F4. Grayscale: #424242. Windows color (decimal): -10012149 or 735847. OLE color: 735847.

HSL color Cylindrical-coordinate representation of color #673A0B: hue angle of 30.65º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #673A0B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1035811-
CMYK00.440.890.60
HSL30.65º80.7%22.35%-
HSV(B)30.65º89.32%40.39%-
XYZ7.175.931.08-
YUV66.196.91154.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 11 (4.69% from 255) = 6.40%
R=59.88%
G=33.72%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103581100.440.890.6030.6580.722.35
Hex673AB02C593C1f5116
Octal1477213054131743712126
Binary110011111101010110101100101100111110011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673A0B; }

 p { color: rgb(103,58,11); }

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

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

 a { background-color: rgb(103,58,11); }

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

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

 span { border-color: rgb(103,58,11); }

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