#62321C

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

Shades of Baker's Chocolate #62321C

Tints of Baker's Chocolate #62321C

Color information

#62321C (or 0x62321C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 32 and 1C. RGB value is (98,50,28). Sum of RGB (Red+Green+Blue) = 98+50+28=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62321C is #9DCDE3. Grayscale: #3D3D3D. Windows color (decimal): -10341860 or 1847906. OLE color: 1847906.

HSL color Cylindrical-coordinate representation of color #62321C: hue angle of 18.86º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62321C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB985028-
CMYK00.490.710.62
HSL18.86º55.56%24.71%-
HSV(B)18.86º71.43%38.43%-
XYZ6.394.961.72-
YUV61.84108.9153.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=55.68%
G=28.41%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98502800.490.710.6218.8655.5624.71
Hex62321C031473E133819
Octal142623406110776237031
Binary110001011001011100011000110001111111101001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62321C; }

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

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

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

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

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

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

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

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