#632600

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

Shades of Baker's Chocolate #632600

Tints of Baker's Chocolate #632600

Color information

#632600 (or 0x632600) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 26 and 00. RGB value is (99,38,0). Sum of RGB (Red+Green+Blue) = 99+38+0=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #632600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632600 is #9CD9FF. Grayscale: #343434. Windows color (decimal): -10279424 or 9827. OLE color: 9827.

HSL color Cylindrical-coordinate representation of color #632600: hue angle of 23.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99380-
CMYK00.6210.61
HSL23.03º100%19.41%-
HSV(B)23.03º100%38.82%-
XYZ5.844.040.47-
YUV51.9198.71161.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.26%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.26%
G=27.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9938000.6210.6123.0310019.41
Hex6326003E643D176413
Octal143460076144752714423
Binary110001110011000111110110010011110110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632600; }

 p { color: rgb(99,38,0); }

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

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

 a { background-color: rgb(99,38,0); }

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

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

 span { border-color: rgb(99,38,0); }

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