#62311A

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

Shades of Baker's Chocolate #62311A

Tints of Baker's Chocolate #62311A

Color information

#62311A (or 0x62311A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 1A. RGB value is (98,49,26). Sum of RGB (Red+Green+Blue) = 98+49+26=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62311A is #9DCEE5. Grayscale: #3D3D3D. Windows color (decimal): -10342118 or 1716578. OLE color: 1716578.

HSL color Cylindrical-coordinate representation of color #62311A: hue angle of 19.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62311A is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB984926-
CMYK00.50.730.62
HSL19.17º58.06%24.31%-
HSV(B)19.17º73.47%38.43%-
XYZ6.324.871.58-
YUV61.03108.23154.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=56.65%
G=28.32%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98492600.50.730.6219.1758.0624.31
Hex62311A032493E133a18
Octal142613206211176237230
Binary110001011000111010011001010010011111101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62311A; }

 p { color: rgb(98,49,26); }

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

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

 a { background-color: rgb(98,49,26); }

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

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

 span { border-color: rgb(98,49,26); }

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