#62300E

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

Shades of Baker's Chocolate #62300E

Tints of Baker's Chocolate #62300E

Color information

#62300E (or 0x62300E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 30 and 0E. RGB value is (98,48,14). Sum of RGB (Red+Green+Blue) = 98+48+14=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62300E is #9DCFF1. Grayscale: #3B3B3B. Windows color (decimal): -10342386 or 929890. OLE color: 929890.

HSL color Cylindrical-coordinate representation of color #62300E: hue angle of 24.29º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62300E is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB984814-
CMYK00.510.860.62
HSL24.29º75%21.96%-
HSV(B)24.29º85.71%38.43%-
XYZ6.174.741.01-
YUV59.07102.56155.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=61.25%
G=30%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98481400.510.860.6224.297521.96
Hex6230E033563E184b16
Octal1426016063126763011326
Binary110001011000011100110011101011011111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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