#623113

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

Shades of Baker's Chocolate #623113

Tints of Baker's Chocolate #623113

Color information

#623113 (or 0x623113) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 13. RGB value is (98,49,19). Sum of RGB (Red+Green+Blue) = 98+49+19=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #623113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623113 is #9DCEEC. Grayscale: #3C3C3C. Windows color (decimal): -10342125 or 1257826. OLE color: 1257826.

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

Color convert

RGB984919-
CMYK00.50.810.62
HSL22.78º67.52%22.94%-
HSV(B)22.78º80.61%38.43%-
XYZ6.254.841.22-
YUV60.23104.73154.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=59.04%
G=29.52%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98491900.50.810.6222.7867.5222.94
Hex623113032513E174417
Octal1426123062121762710427
Binary1100010110001100110110010101000111111010111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623113; }

 p { color: rgb(98,49,19); }

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

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

 a { background-color: rgb(98,49,19); }

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

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

 span { border-color: rgb(98,49,19); }

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