#623B13

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

Shades of Baker's Chocolate #623B13

Tints of Baker's Chocolate #623B13

Color information

#623B13 (or 0x623B13) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3B and 13. RGB value is (98,59,19). Sum of RGB (Red+Green+Blue) = 98+59+19=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #623B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B13 is #9DC4EC. Grayscale: #424242. Windows color (decimal): -10339565 or 1260386. OLE color: 1260386.

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

Color convert

RGB985919-
CMYK00.400.810.62
HSL30.38º67.52%22.94%-
HSV(B)30.38º80.61%38.43%-
XYZ6.725.771.38-
YUV66.1101.42150.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=55.68%
G=33.52%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98591900.400.810.6230.3867.5222.94
Hex623B13028513E1e4417
Octal1427323050121763610427
Binary1100010111011100110101000101000111111011110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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