#623400

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

Shades of Baker's Chocolate #623400

Tints of Baker's Chocolate #623400

Color information

#623400 (or 0x623400) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 34 and 00. RGB value is (98,52,0). Sum of RGB (Red+Green+Blue) = 98+52+0=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #623400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623400 is #9DCBFF. Grayscale: #3C3C3C. Windows color (decimal): -10341376 or 13410. OLE color: 13410.

HSL color Cylindrical-coordinate representation of color #623400: hue angle of 31.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #623400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98520-
CMYK00.4710.62
HSL31.84º100%19.22%-
HSV(B)31.84º100%38.43%-
XYZ6.265.050.65-
YUV59.8394.24155.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.33%
G=34.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9852000.4710.6231.8410019.22
Hex6234002F643E206413
Octal142640057144764014423
Binary1100010110100001011111100100111110100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623400; }

 p { color: rgb(98,52,0); }

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

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

 a { background-color: rgb(98,52,0); }

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

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

 span { border-color: rgb(98,52,0); }

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