#63320E

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

Shades of Baker's Chocolate #63320E

Tints of Baker's Chocolate #63320E

Color information

#63320E (or 0x63320E) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 32 and 0E. RGB value is (99,50,14). Sum of RGB (Red+Green+Blue) = 99+50+14=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63320E is #9CCDF1. Grayscale: #3C3C3C. Windows color (decimal): -10276338 or 930403. OLE color: 930403.

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

Color convert

RGB995014-
CMYK00.490.860.61
HSL25.41º75.22%22.16%-
HSV(B)25.41º85.86%38.82%-
XYZ6.374.971.04-
YUV60.55101.73155.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=60.74%
G=30.67%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99501400.490.860.6125.4175.2222.16
Hex6332E031563D194b16
Octal1436216061126753111326
Binary110001111001011100110001101011011110111001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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