#633601

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

Shades of Baker's Chocolate #633601

Tints of Baker's Chocolate #633601

Color information

#633601 (or 0x633601) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 01. RGB value is (99,54,1). Sum of RGB (Red+Green+Blue) = 99+54+1=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #633601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633601 is #9CC9FE. Grayscale: #3D3D3D. Windows color (decimal): -10275327 or 79459. OLE color: 79459.

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

Color convert

RGB99541-
CMYK00.450.990.61
HSL32.45º98%19.61%-
HSV(B)32.45º98.99%38.82%-
XYZ6.475.290.71-
YUV61.4193.91154.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=64.29%
G=35.06%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954100.450.990.6132.459819.61
Hex6336102D633D206214
Octal143661055143754014224
Binary1100011110110101011011100011111101100000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633601; }

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

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

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

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

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

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

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

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