#623015

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

Shades of Baker's Chocolate #623015

Tints of Baker's Chocolate #623015

Color information

#623015 (or 0x623015) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 15. RGB value is (98,48,21). Sum of RGB (Red+Green+Blue) = 98+48+21=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #623015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623015 is #9DCFEA. Grayscale: #3C3C3C. Windows color (decimal): -10342379 or 1388642. OLE color: 1388642.

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

Color convert

RGB984821-
CMYK00.510.790.62
HSL21.04º64.71%23.33%-
HSV(B)21.04º78.57%38.43%-
XYZ6.234.761.3-
YUV59.87106.06155.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=58.68%
G=28.74%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98482100.510.790.6221.0464.7123.33
Hex6230150334F3E154117
Octal1426025063117762510127
Binary1100010110000101010110011100111111111010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623015; }

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

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

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

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

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

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

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

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