#623C15

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

Shades of Baker's Chocolate #623C15

Tints of Baker's Chocolate #623C15

Color information

#623C15 (or 0x623C15) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3C and 15. RGB value is (98,60,21). Sum of RGB (Red+Green+Blue) = 98+60+21=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #623C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C15 is #9DC3EA. Grayscale: #434343. Windows color (decimal): -10339307 or 1391714. OLE color: 1391714.

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

Color convert

RGB986021-
CMYK00.390.790.62
HSL30.39º64.71%23.33%-
HSV(B)30.39º78.57%38.43%-
XYZ6.795.881.49-
YUV66.92102.09150.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.75%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=54.75%
G=33.52%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98602100.390.790.6230.3964.7123.33
Hex623C150274F3E1e4117
Octal1427425047117763610127
Binary1100010111100101010100111100111111111011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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