#623A0D

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

Shades of Baker's Chocolate #623A0D

Tints of Baker's Chocolate #623A0D

Color information

#623A0D (or 0x623A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 0D. RGB value is (98,58,13). Sum of RGB (Red+Green+Blue) = 98+58+13=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #623A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A0D is #9DC5F2. Grayscale: #414141. Windows color (decimal): -10339827 or 866914. OLE color: 866914.

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

Color convert

RGB985813-
CMYK00.410.870.62
HSL31.76º76.58%21.76%-
HSV(B)31.76º86.73%38.43%-
XYZ6.625.651.12-
YUV64.8398.75151.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=57.99%
G=34.32%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98581300.410.870.6231.7676.5821.76
Hex623AD029573E204d16
Octal1427215051127764011526
Binary1100010111010110101010011010111111110100000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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