#673200

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

Shades of Baker's Chocolate #673200

Tints of Baker's Chocolate #673200

Color information

#673200 (or 0x673200) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 32 and 00. RGB value is (103,50,0). Sum of RGB (Red+Green+Blue) = 103+50+0=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #673200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673200 is #98CDFF. Grayscale: #3C3C3C. Windows color (decimal): -10014208 or 12903. OLE color: 12903.

HSL color Cylindrical-coordinate representation of color #673200: hue angle of 29.13º 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 #673200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103500-
CMYK00.5110.60
HSL29.13º100%20.2%-
HSV(B)29.13º100%40.39%-
XYZ6.735.160.64-
YUV60.1594.06158.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.32%
G=32.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10350000.5110.6029.1310020.2
Hex67320033643C1d6414
Octal147620063144743514424
Binary110011111001000110011110010011110011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673200; }

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

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

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

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

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

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

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

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