#622811

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

Shades of Baker's Chocolate #622811

Tints of Baker's Chocolate #622811

Color information

#622811 (or 0x622811) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 28 and 11. RGB value is (98,40,17). Sum of RGB (Red+Green+Blue) = 98+40+17=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #622811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622811 is #9DD7EE. Grayscale: #363636. Windows color (decimal): -10344431 or 1124450. OLE color: 1124450.

HSL color Cylindrical-coordinate representation of color #622811: hue angle of 17.04º 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 #622811 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB984017-
CMYK00.590.830.62
HSL17.04º70.43%22.55%-
HSV(B)17.04º82.65%38.43%-
XYZ5.94.151.02-
YUV54.72106.72158.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 40 (16.02% from 255) = 25.81%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=63.23%
G=25.81%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98401700.590.830.6217.0470.4322.55
Hex62281103B533E114617
Octal1425021073123762110627
Binary1100010101000100010111011101001111111010001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622811; }

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

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

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

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

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

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

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

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