#623415

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

Shades of Baker's Chocolate #623415

Tints of Baker's Chocolate #623415

Color information

#623415 (or 0x623415) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 15. RGB value is (98,52,21). Sum of RGB (Red+Green+Blue) = 98+52+21=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623415 is #9DCBEA. Grayscale: #3E3E3E. Windows color (decimal): -10341355 or 1389666. OLE color: 1389666.

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

Color convert

RGB985221-
CMYK00.470.790.62
HSL24.16º64.71%23.33%-
HSV(B)24.16º78.57%38.43%-
XYZ6.45.111.36-
YUV62.22104.74153.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=57.31%
G=30.41%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98522100.470.790.6224.1664.7123.33
Hex62341502F4F3E184117
Octal1426425057117763010127
Binary1100010110100101010101111100111111111011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623415; }

 p { color: rgb(98,52,21); }

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

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

 a { background-color: rgb(98,52,21); }

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

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

 span { border-color: rgb(98,52,21); }

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