#63300E

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

Shades of Baker's Chocolate #63300E

Tints of Baker's Chocolate #63300E

Color information

#63300E (or 0x63300E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 0E. RGB value is (99,48,14). Sum of RGB (Red+Green+Blue) = 99+48+14=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63300E is #9CCFF1. Grayscale: #3B3B3B. Windows color (decimal): -10276850 or 929891. OLE color: 929891.

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

Color convert

RGB994814-
CMYK00.520.860.61
HSL24º75.22%22.16%-
HSV(B)24º85.86%38.82%-
XYZ6.284.81.01-
YUV59.37102.4156.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.49%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 14 (5.86% from 255) = 8.70%
R=61.49%
G=29.81%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99481400.520.860.612475.2222.16
Hex6330E034563D184b16
Octal1436016064126753011326
Binary110001111000011100110100101011011110111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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