#623416

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

Shades of Baker's Chocolate #623416

Tints of Baker's Chocolate #623416

Color information

#623416 (or 0x623416) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 16. RGB value is (98,52,22). Sum of RGB (Red+Green+Blue) = 98+52+22=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #623416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623416 is #9DCBE9. Grayscale: #3E3E3E. Windows color (decimal): -10341354 or 1455202. OLE color: 1455202.

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

Color convert

RGB985222-
CMYK00.470.780.62
HSL23.68º63.33%23.53%-
HSV(B)23.68º77.55%38.43%-
XYZ6.415.111.41-
YUV62.33105.24153.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=56.98%
G=30.23%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98522200.470.780.6223.6863.3323.53
Hex62341602F4E3E183f18
Octal142642605711676307730
Binary110001011010010110010111110011101111101100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623416; }

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

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

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

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

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

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

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

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