#623A0C

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

Shades of Baker's Chocolate #623A0C

Tints of Baker's Chocolate #623A0C

Color information

#623A0C (or 0x623A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 0C. RGB value is (98,58,12). Sum of RGB (Red+Green+Blue) = 98+58+12=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #623A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A0C is #9DC5F3. Grayscale: #404040. Windows color (decimal): -10339828 or 801378. OLE color: 801378.

HSL color Cylindrical-coordinate representation of color #623A0C: hue angle of 32.09º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #623A0C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB985812-
CMYK00.410.880.62
HSL32.09º78.18%21.57%-
HSV(B)32.09º87.76%38.43%-
XYZ6.625.651.09-
YUV64.7298.25151.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=58.33%
G=34.52%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98581200.410.880.6232.0978.1821.57
Hex623AC029583E204e16
Octal1427214051130764011626
Binary1100010111010110001010011011000111110100000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623A0C; }

 p { color: rgb(98,58,12); }

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

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

 a { background-color: rgb(98,58,12); }

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

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

 span { border-color: rgb(98,58,12); }

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