#632301

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

Shades of Baker's Chocolate #632301

Tints of Baker's Chocolate #632301

Color information

#632301 (or 0x632301) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 01. RGB value is (99,35,1). Sum of RGB (Red+Green+Blue) = 99+35+1=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #632301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632301 is #9CDCFE. Grayscale: #323232. Windows color (decimal): -10280191 or 74595. OLE color: 74595.

HSL color Cylindrical-coordinate representation of color #632301: hue angle of 20.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #632301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99351-
CMYK00.650.990.61
HSL20.82º98%19.61%-
HSV(B)20.82º98.99%38.82%-
XYZ5.753.860.47-
YUV50.26100.2162.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=73.33%
G=25.93%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9935100.650.990.6120.829819.61
Hex63231041633D156214
Octal1434310101143752514224
Binary1100011100011101000001110001111110110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632301; }

 p { color: rgb(99,35,1); }

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

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

 a { background-color: rgb(99,35,1); }

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

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

 span { border-color: rgb(99,35,1); }

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