#633301

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

Shades of Baker's Chocolate #633301

Tints of Baker's Chocolate #633301

Color information

#633301 (or 0x633301) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 01. RGB value is (99,51,1). Sum of RGB (Red+Green+Blue) = 99+51+1=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #633301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633301 is #9CCCFE. Grayscale: #3B3B3B. Windows color (decimal): -10276095 or 78691. OLE color: 78691.

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

Color convert

RGB99511-
CMYK00.480.990.61
HSL30.61º98%19.61%-
HSV(B)30.61º98.99%38.82%-
XYZ6.335.020.66-
YUV59.6594.9156.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=65.56%
G=33.77%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951100.480.990.6130.619819.61
Hex63331030633D1f6214
Octal143631060143753714224
Binary110001111001110110000110001111110111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633301; }

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

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

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

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

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

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

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

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