#623715

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

Shades of Baker's Chocolate #623715

Tints of Baker's Chocolate #623715

Color information

#623715 (or 0x623715) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 37 and 15. RGB value is (98,55,21). Sum of RGB (Red+Green+Blue) = 98+55+21=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #623715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623715 is #9DC8EA. Grayscale: #404040. Windows color (decimal): -10340587 or 1390434. OLE color: 1390434.

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

Color convert

RGB985521-
CMYK00.440.790.62
HSL26.49º64.71%23.33%-
HSV(B)26.49º78.57%38.43%-
XYZ6.545.381.4-
YUV63.98103.75152.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=56.32%
G=31.61%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98552100.440.790.6226.4964.7123.33
Hex62371502C4F3E1a4117
Octal1426725054117763210127
Binary1100010110111101010101100100111111111011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623715; }

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

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

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

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

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

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

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

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