#623A16

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

Shades of Baker's Chocolate #623A16

Tints of Baker's Chocolate #623A16

Color information

#623A16 (or 0x623A16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 16. RGB value is (98,58,22). Sum of RGB (Red+Green+Blue) = 98+58+22=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #623A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A16 is #9DC5E9. Grayscale: #424242. Windows color (decimal): -10339818 or 1456738. OLE color: 1456738.

HSL color Cylindrical-coordinate representation of color #623A16: hue angle of 28.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #623A16 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB985822-
CMYK00.410.780.62
HSL28.42º63.33%23.53%-
HSV(B)28.42º77.55%38.43%-
XYZ6.695.681.5-
YUV65.86103.25150.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=55.06%
G=32.58%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98582200.410.780.6228.4263.3323.53
Hex623A160294E3E1c3f18
Octal142722605111676347730
Binary110001011101010110010100110011101111101110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,58,22); }

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

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

 a { background-color: rgb(98,58,22); }

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

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

 span { border-color: rgb(98,58,22); }

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