#63370E

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

Shades of Baker's Chocolate #63370E

Tints of Baker's Chocolate #63370E

Color information

#63370E (or 0x63370E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 37 and 0E. RGB value is (99,55,14). Sum of RGB (Red+Green+Blue) = 99+55+14=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63370E is #9CC8F1. Grayscale: #3F3F3F. Windows color (decimal): -10275058 or 931683. OLE color: 931683.

HSL color Cylindrical-coordinate representation of color #63370E: hue angle of 28.94º 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 #63370E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB995514-
CMYK00.440.860.61
HSL28.94º75.22%22.16%-
HSV(B)28.94º85.86%38.82%-
XYZ6.595.421.11-
YUV63.48100.08153.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=58.93%
G=32.74%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99551400.440.860.6128.9475.2222.16
Hex6337E02C563D1d4b16
Octal1436716054126753511326
Binary110001111011111100101100101011011110111101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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