#632300

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

Shades of Baker's Chocolate #632300

Tints of Baker's Chocolate #632300

Color information

#632300 (or 0x632300) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 00. RGB value is (99,35,0). Sum of RGB (Red+Green+Blue) = 99+35+0=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #632300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632300 is #9CDCFF. Grayscale: #323232. Windows color (decimal): -10280192 or 9059. OLE color: 9059.

HSL color Cylindrical-coordinate representation of color #632300: hue angle of 21.21º 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 #632300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB99350-
CMYK00.6510.61
HSL21.21º100%19.41%-
HSV(B)21.21º100%38.82%-
XYZ5.753.850.44-
YUV50.1599.7162.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.88%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.88%
G=26.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9935000.6510.6121.2110019.41
Hex63230041643D156413
Octal1434300101144752514423
Binary1100011100011001000001110010011110110101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632300; }

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

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

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

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

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

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

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

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