#631B01

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

Shades of Baker's Chocolate #631B01

Tints of Baker's Chocolate #631B01

Color information

#631B01 (or 0x631B01) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 1B and 01. RGB value is (99,27,1). Sum of RGB (Red+Green+Blue) = 99+27+1=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #631B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631B01 is #9CE4FE. Grayscale: #2D2D2D. Windows color (decimal): -10282239 or 72547. OLE color: 72547.

HSL color Cylindrical-coordinate representation of color #631B01: hue angle of 15.92º 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 #631B01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99271-
CMYK00.730.990.61
HSL15.92º98%19.61%-
HSV(B)15.92º98.99%38.82%-
XYZ5.543.440.4-
YUV45.56102.85166.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 77.95%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=77.95%
G=21.26%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9927100.730.990.6115.929819.61
Hex631B1049633D106214
Octal1433310111143752014224
Binary110001111011101001001110001111110110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B01; }

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

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

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

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

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

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

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

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