#623B16

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

Shades of Baker's Chocolate #623B16

Tints of Baker's Chocolate #623B16

Color information

#623B16 (or 0x623B16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3B and 16. RGB value is (98,59,22). Sum of RGB (Red+Green+Blue) = 98+59+22=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #623B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B16 is #9DC4E9. Grayscale: #424242. Windows color (decimal): -10339562 or 1456994. OLE color: 1456994.

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

Color convert

RGB985922-
CMYK00.400.780.62
HSL29.21º63.33%23.53%-
HSV(B)29.21º77.55%38.43%-
XYZ6.755.781.52-
YUV66.44102.92150.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 54.75%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=54.75%
G=32.96%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98592200.400.780.6229.2163.3323.53
Hex623B160284E3E1d3f18
Octal142732605011676357730
Binary110001011101110110010100010011101111101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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