#623216

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

Shades of Baker's Chocolate #623216

Tints of Baker's Chocolate #623216

Color information

#623216 (or 0x623216) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 32 and 16. RGB value is (98,50,22). Sum of RGB (Red+Green+Blue) = 98+50+22=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #623216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623216 is #9DCDE9. Grayscale: #3D3D3D. Windows color (decimal): -10341866 or 1454690. OLE color: 1454690.

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

Color convert

RGB985022-
CMYK00.490.780.62
HSL22.11º63.33%23.53%-
HSV(B)22.11º77.55%38.43%-
XYZ6.324.941.38-
YUV61.16105.9154.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=57.65%
G=29.41%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98502200.490.780.6222.1163.3323.53
Hex6232160314E3E163f18
Octal142622606111676267730
Binary110001011001010110011000110011101111101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623216; }

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

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

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

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

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

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

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

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