#623812

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

Shades of Baker's Chocolate #623812

Tints of Baker's Chocolate #623812

Color information

#623812 (or 0x623812) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 12. RGB value is (98,56,18). Sum of RGB (Red+Green+Blue) = 98+56+18=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #623812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623812 is #9DC7ED. Grayscale: #404040. Windows color (decimal): -10340334 or 1194082. OLE color: 1194082.

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

Color convert

RGB985618-
CMYK00.430.820.62
HSL28.5º68.97%22.75%-
HSV(B)28.5º81.63%38.43%-
XYZ6.565.471.28-
YUV64.23101.91152.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 18 (7.42% from 255) = 10.47%
R=56.98%
G=32.56%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98561800.430.820.6228.568.9722.75
Hex62381202B523E1c4517
Octal1427022053122763410527
Binary1100010111000100100101011101001011111011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623812; }

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

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

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

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

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

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

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

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