#62350F

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

Shades of Baker's Chocolate #62350F

Tints of Baker's Chocolate #62350F

Color information

#62350F (or 0x62350F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 35 and 0F. RGB value is (98,53,15). Sum of RGB (Red+Green+Blue) = 98+53+15=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62350F is #9DCAF0. Grayscale: #3E3E3E. Windows color (decimal): -10341105 or 996706. OLE color: 996706.

HSL color Cylindrical-coordinate representation of color #62350F: hue angle of 27.47º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62350F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB985315-
CMYK00.460.850.62
HSL27.47º73.45%22.16%-
HSV(B)27.47º84.69%38.43%-
XYZ6.45.181.11-
YUV62.12101.41153.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=59.04%
G=31.93%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98531500.460.850.6227.4773.4522.16
Hex6235F02E553E1b4916
Octal1426517056125763311126
Binary110001011010111110101110101010111111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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