#623A0F

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

Shades of Baker's Chocolate #623A0F

Tints of Baker's Chocolate #623A0F

Color information

#623A0F (or 0x623A0F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 0F. RGB value is (98,58,15). Sum of RGB (Red+Green+Blue) = 98+58+15=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A0F is #9DC5F0. Grayscale: #414141. Windows color (decimal): -10339825 or 997986. OLE color: 997986.

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

Color convert

RGB985815-
CMYK00.410.850.62
HSL31.08º73.45%22.16%-
HSV(B)31.08º84.69%38.43%-
XYZ6.645.661.19-
YUV65.0699.75151.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=57.31%
G=33.92%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98581500.410.850.6231.0873.4522.16
Hex623AF029553E1f4916
Octal1427217051125763711126
Binary110001011101011110101001101010111111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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