#623307

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

Shades of Baker's Chocolate #623307

Tints of Baker's Chocolate #623307

Color information

#623307 (or 0x623307) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 07. RGB value is (98,51,7). Sum of RGB (Red+Green+Blue) = 98+51+7=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #623307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623307 is #9DCCF8. Grayscale: #3C3C3C. Windows color (decimal): -10341625 or 471906. OLE color: 471906.

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

Color convert

RGB98517-
CMYK00.480.930.62
HSL29.01º86.67%20.59%-
HSV(B)29.01º92.86%38.43%-
XYZ6.264.980.83-
YUV60.0498.07155.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=62.82%
G=32.69%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851700.480.930.6229.0186.6720.59
Hex623370305D3E1d5715
Octal142637060135763512725
Binary11000101100111110110000101110111111011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623307; }

 p { color: rgb(98,51,7); }

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

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

 a { background-color: rgb(98,51,7); }

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

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

 span { border-color: rgb(98,51,7); }

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