#623716

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

Shades of Baker's Chocolate #623716

Tints of Baker's Chocolate #623716

Color information

#623716 (or 0x623716) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 37 and 16. RGB value is (98,55,22). Sum of RGB (Red+Green+Blue) = 98+55+22=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623716 is #9DC8E9. Grayscale: #404040. Windows color (decimal): -10340586 or 1455970. OLE color: 1455970.

HSL color Cylindrical-coordinate representation of color #623716: hue angle of 26.05º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #623716 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB985522-
CMYK00.440.780.62
HSL26.05º63.33%23.53%-
HSV(B)26.05º77.55%38.43%-
XYZ6.555.391.45-
YUV64.1104.25152.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=56%
G=31.43%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98552200.440.780.6226.0563.3323.53
Hex62371602C4E3E1a3f18
Octal142672605411676327730
Binary110001011011110110010110010011101111101101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623716; }

 p { color: rgb(98,55,22); }

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

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

 a { background-color: rgb(98,55,22); }

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

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

 span { border-color: rgb(98,55,22); }

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