#623A15

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

Shades of Baker's Chocolate #623A15

Tints of Baker's Chocolate #623A15

Color information

#623A15 (or 0x623A15) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 15. RGB value is (98,58,21). Sum of RGB (Red+Green+Blue) = 98+58+21=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #623A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A15 is #9DC5EA. Grayscale: #414141. Windows color (decimal): -10339819 or 1391202. OLE color: 1391202.

HSL color Cylindrical-coordinate representation of color #623A15: hue angle of 28.83º 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 #623A15 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB985821-
CMYK00.410.790.62
HSL28.83º64.71%23.33%-
HSV(B)28.83º78.57%38.43%-
XYZ6.695.681.45-
YUV65.74102.75151.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=55.37%
G=32.77%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98582100.410.790.6228.8364.7123.33
Hex623A150294F3E1d4117
Octal1427225051117763510127
Binary1100010111010101010101001100111111111011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623A15; }

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

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

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

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

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

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

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

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