#673213

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

Shades of Baker's Chocolate #673213

Tints of Baker's Chocolate #673213

Color information

#673213 (or 0x673213) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 32 and 13. RGB value is (103,50,19). Sum of RGB (Red+Green+Blue) = 103+50+19=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #673213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673213 is #98CDEC. Grayscale: #3E3E3E. Windows color (decimal): -10014189 or 1258087. OLE color: 1258087.

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

Color convert

RGB1035019-
CMYK00.510.820.60
HSL22.14º68.85%23.92%-
HSV(B)22.14º81.55%40.39%-
XYZ6.855.211.26-
YUV62.31103.56157.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=59.88%
G=29.07%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103501900.510.820.6022.1468.8523.92
Hex673213033523C164518
Octal1476223063122742610530
Binary1100111110010100110110011101001011110010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673213; }

 p { color: rgb(103,50,19); }

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

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

 a { background-color: rgb(103,50,19); }

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

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

 span { border-color: rgb(103,50,19); }

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