#62350A

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

Shades of Baker's Chocolate #62350A

Tints of Baker's Chocolate #62350A

Color information

#62350A (or 0x62350A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 0A. RGB value is (98,53,10). Sum of RGB (Red+Green+Blue) = 98+53+10=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350A is #9DCAF5. Grayscale: #3D3D3D. Windows color (decimal): -10341110 or 669026. OLE color: 669026.

HSL color Cylindrical-coordinate representation of color #62350A: hue angle of 29.32º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62350A is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB985310-
CMYK00.460.900.62
HSL29.32º81.48%21.18%-
HSV(B)29.32º89.8%38.43%-
XYZ6.365.160.95-
YUV61.5598.91154-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=60.87%
G=32.92%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98531000.460.900.6229.3281.4821.18
Hex6235A02E5A3E1d5115
Octal1426512056132763512125
Binary110001011010110100101110101101011111011101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,53,10); }

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

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

 a { background-color: rgb(98,53,10); }

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

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

 span { border-color: rgb(98,53,10); }

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