#623908

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

Shades of Baker's Chocolate #623908

Tints of Baker's Chocolate #623908

Color information

#623908 (or 0x623908) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 39 and 08. RGB value is (98,57,8). Sum of RGB (Red+Green+Blue) = 98+57+8=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #623908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623908 is #9DC6F7. Grayscale: #3F3F3F. Windows color (decimal): -10340088 or 538978. OLE color: 538978.

HSL color Cylindrical-coordinate representation of color #623908: hue angle of 32.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #623908 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98578-
CMYK00.420.920.62
HSL32.67º84.91%20.78%-
HSV(B)32.67º91.84%38.43%-
XYZ6.545.540.95-
YUV63.6796.58152.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=60.12%
G=34.97%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9857800.420.920.6232.6784.9120.78
Hex6239802A5C3E215515
Octal1427110052134764112525
Binary1100010111001100001010101011100111110100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623908; }

 p { color: rgb(98,57,8); }

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

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

 a { background-color: rgb(98,57,8); }

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

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

 span { border-color: rgb(98,57,8); }

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