#673314

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

Shades of Baker's Chocolate #673314

Tints of Baker's Chocolate #673314

Color information

#673314 (or 0x673314) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 33 and 14. RGB value is (103,51,20). Sum of RGB (Red+Green+Blue) = 103+51+20=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #673314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673314 is #98CCEB. Grayscale: #3F3F3F. Windows color (decimal): -10013932 or 1323879. OLE color: 1323879.

HSL color Cylindrical-coordinate representation of color #673314: hue angle of 22.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #673314 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1035120-
CMYK00.500.810.60
HSL22.41º67.48%24.12%-
HSV(B)22.41º80.58%40.39%-
XYZ6.95.31.32-
YUV63.01103.73156.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=59.20%
G=29.31%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103512000.500.810.6022.4167.4824.12
Hex673314032513C164318
Octal1476324062121742610330
Binary1100111110011101000110010101000111110010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673314; }

 p { color: rgb(103,51,20); }

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

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

 a { background-color: rgb(103,51,20); }

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

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

 span { border-color: rgb(103,51,20); }

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