#623100

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

Shades of Baker's Chocolate #623100

Tints of Baker's Chocolate #623100

Color information

#623100 (or 0x623100) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 00. RGB value is (98,49,0). Sum of RGB (Red+Green+Blue) = 98+49+0=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #623100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623100 is #9DCEFF. Grayscale: #3A3A3A. Windows color (decimal): -10342144 or 12642. OLE color: 12642.

HSL color Cylindrical-coordinate representation of color #623100: hue angle of 30º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #623100 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98490-
CMYK00.510.62
HSL30º100%19.22%-
HSV(B)30º100%38.43%-
XYZ6.144.790.6-
YUV58.0695.23156.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9849000.510.623010019.22
Hex62310032643E1e6413
Octal142610062144763614423
Binary110001011000100110010110010011111011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623100; }

 p { color: rgb(98,49,0); }

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

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

 a { background-color: rgb(98,49,0); }

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

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

 span { border-color: rgb(98,49,0); }

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