#62361A

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

Shades of Baker's Chocolate #62361A

Tints of Baker's Chocolate #62361A

Color information

#62361A (or 0x62361A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 36 and 1A. RGB value is (98,54,26). Sum of RGB (Red+Green+Blue) = 98+54+26=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62361A is #9DC9E5. Grayscale: #404040. Windows color (decimal): -10340838 or 1717858. OLE color: 1717858.

HSL color Cylindrical-coordinate representation of color #62361A: hue angle of 23.33º 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 #62361A is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB985426-
CMYK00.450.730.62
HSL23.33º58.06%24.31%-
HSV(B)23.33º73.47%38.43%-
XYZ6.545.311.66-
YUV63.96106.58152.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=55.06%
G=30.34%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98542600.450.730.6223.3358.0624.31
Hex62361A02D493E173a18
Octal142663205511176277230
Binary110001011011011010010110110010011111101011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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