#623513

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

Shades of Baker's Chocolate #623513

Tints of Baker's Chocolate #623513

Color information

#623513 (or 0x623513) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 13. RGB value is (98,53,19). Sum of RGB (Red+Green+Blue) = 98+53+19=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #623513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623513 is #9DCAEC. Grayscale: #3E3E3E. Windows color (decimal): -10341101 or 1258850. OLE color: 1258850.

HSL color Cylindrical-coordinate representation of color #623513: hue angle of 25.82º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #623513 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB985319-
CMYK00.460.810.62
HSL25.82º67.52%22.94%-
HSV(B)25.82º80.61%38.43%-
XYZ6.435.191.28-
YUV62.58103.41153.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=57.65%
G=31.18%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98531900.460.810.6225.8267.5222.94
Hex62351302E513E1a4417
Octal1426523056121763210427
Binary1100010110101100110101110101000111111011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623513; }

 p { color: rgb(98,53,19); }

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

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

 a { background-color: rgb(98,53,19); }

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

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

 span { border-color: rgb(98,53,19); }

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