#673300

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

Shades of Baker's Chocolate #673300

Tints of Baker's Chocolate #673300

Color information

#673300 (or 0x673300) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 33 and 00. RGB value is (103,51,0). Sum of RGB (Red+Green+Blue) = 103+51+0=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #673300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673300 is #98CCFF. Grayscale: #3C3C3C. Windows color (decimal): -10013952 or 13159. OLE color: 13159.

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

Color convert

RGB103510-
CMYK00.5010.60
HSL29.71º100%20.2%-
HSV(B)29.71º100%40.39%-
XYZ6.785.250.66-
YUV60.7393.73158.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.88%
G=33.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10351000.5010.6029.7110020.2
Hex67330032643C1e6414
Octal147630062144743614424
Binary110011111001100110010110010011110011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673300; }

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

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

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

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

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

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

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

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