#622713

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

Shades of Baker's Chocolate #622713

Tints of Baker's Chocolate #622713

Color information

#622713 (or 0x622713) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 27 and 13. RGB value is (98,39,19). Sum of RGB (Red+Green+Blue) = 98+39+19=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622713 is #9DD8EC. Grayscale: #363636. Windows color (decimal): -10344685 or 1255266. OLE color: 1255266.

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

Color convert

RGB983919-
CMYK00.600.810.62
HSL15.19º67.52%22.94%-
HSV(B)15.19º80.61%38.43%-
XYZ5.884.091.1-
YUV54.36108.05159.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=62.82%
G=25%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98391900.600.810.6215.1967.5222.94
Hex62271303C513Ef4417
Octal1424723074121761710427
Binary110001010011110011011110010100011111101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622713; }

 p { color: rgb(98,39,19); }

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

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

 a { background-color: rgb(98,39,19); }

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

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

 span { border-color: rgb(98,39,19); }

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