#62300F

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

Shades of Baker's Chocolate #62300F

Tints of Baker's Chocolate #62300F

Color information

#62300F (or 0x62300F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 0F. RGB value is (98,48,15). Sum of RGB (Red+Green+Blue) = 98+48+15=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62300F is #9DCFF0. Grayscale: #3B3B3B. Windows color (decimal): -10342385 or 995426. OLE color: 995426.

HSL color Cylindrical-coordinate representation of color #62300F: hue angle of 23.86º 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 #62300F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB984815-
CMYK00.510.850.62
HSL23.86º73.45%22.16%-
HSV(B)23.86º84.69%38.43%-
XYZ6.184.751.04-
YUV59.19103.06155.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=60.87%
G=29.81%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98481500.510.850.6223.8673.4522.16
Hex6230F033553E184916
Octal1426017063125763011126
Binary110001011000011110110011101010111111011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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