#623311

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

Shades of Baker's Chocolate #623311

Tints of Baker's Chocolate #623311

Color information

#623311 (or 0x623311) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 11. RGB value is (98,51,17). Sum of RGB (Red+Green+Blue) = 98+51+17=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #623311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623311 is #9DCCEE. Grayscale: #3D3D3D. Windows color (decimal): -10341615 or 1127266. OLE color: 1127266.

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

Color convert

RGB985117-
CMYK00.480.830.62
HSL25.19º70.43%22.55%-
HSV(B)25.19º82.65%38.43%-
XYZ6.3251.16-
YUV61.18103.07154.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=59.04%
G=30.72%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98511700.480.830.6225.1970.4322.55
Hex623311030533E194617
Octal1426321060123763110627
Binary1100010110011100010110000101001111111011001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623311; }

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

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

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

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

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

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

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

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