#63360E

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

Shades of Baker's Chocolate #63360E

Tints of Baker's Chocolate #63360E

Color information

#63360E (or 0x63360E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 0E. RGB value is (99,54,14). Sum of RGB (Red+Green+Blue) = 99+54+14=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63360E is #9CC9F1. Grayscale: #3F3F3F. Windows color (decimal): -10275314 or 931427. OLE color: 931427.

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

Color convert

RGB995414-
CMYK00.450.860.61
HSL28.24º75.22%22.16%-
HSV(B)28.24º85.86%38.82%-
XYZ6.545.321.1-
YUV62.9100.41153.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=59.28%
G=32.34%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99541400.450.860.6128.2475.2222.16
Hex6336E02D563D1c4b16
Octal1436616055126753411326
Binary110001111011011100101101101011011110111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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