#62270E

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

Shades of Baker's Chocolate #62270E

Tints of Baker's Chocolate #62270E

Color information

#62270E (or 0x62270E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 27 and 0E. RGB value is (98,39,14). Sum of RGB (Red+Green+Blue) = 98+39+14=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62270E is #9DD8F1. Grayscale: #353535. Windows color (decimal): -10344690 or 927586. OLE color: 927586.

HSL color Cylindrical-coordinate representation of color #62270E: hue angle of 17.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62270E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB983914-
CMYK00.600.860.62
HSL17.86º75%21.96%-
HSV(B)17.86º85.71%38.43%-
XYZ5.844.080.89-
YUV53.79105.55159.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=64.90%
G=25.83%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98391400.600.860.6217.867521.96
Hex6227E03C563E124b16
Octal1424716074126762211326
Binary110001010011111100111100101011011111010010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62270E; }

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

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

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

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

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

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

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

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