#623A04

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

Shades of Baker's Chocolate #623A04

Tints of Baker's Chocolate #623A04

Color information

#623A04 (or 0x623A04) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3A and 04. RGB value is (98,58,4). Sum of RGB (Red+Green+Blue) = 98+58+4=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #623A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623A04 is #9DC5FB. Grayscale: #404040. Windows color (decimal): -10339836 or 277090. OLE color: 277090.

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

Color convert

RGB98584-
CMYK00.410.960.62
HSL34.47º92.16%20%-
HSV(B)34.47º95.92%38.43%-
XYZ6.575.630.86-
YUV63.894.25152.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=61.25%
G=36.25%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9858400.410.960.6234.4792.1620
Hex623A4029603E225c14
Octal142724051140764213424
Binary110001011101010001010011100000111110100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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