#623512

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

Shades of Baker's Chocolate #623512

Tints of Baker's Chocolate #623512

Color information

#623512 (or 0x623512) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 12. RGB value is (98,53,18). Sum of RGB (Red+Green+Blue) = 98+53+18=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #623512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623512 is #9DCAED. Grayscale: #3E3E3E. Windows color (decimal): -10341102 or 1193314. OLE color: 1193314.

HSL color Cylindrical-coordinate representation of color #623512: hue angle of 26.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #623512 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB985318-
CMYK00.460.820.62
HSL26.25º68.97%22.75%-
HSV(B)26.25º81.63%38.43%-
XYZ6.425.191.24-
YUV62.46102.91153.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=57.99%
G=31.36%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98531800.460.820.6226.2568.9722.75
Hex62351202E523E1a4517
Octal1426522056122763210527
Binary1100010110101100100101110101001011111011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623512; }

 p { color: rgb(98,53,18); }

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

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

 a { background-color: rgb(98,53,18); }

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

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

 span { border-color: rgb(98,53,18); }

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