#633801

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

Shades of Baker's Chocolate #633801

Tints of Baker's Chocolate #633801

Color information

#633801 (or 0x633801) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 38 and 01. RGB value is (99,56,1). Sum of RGB (Red+Green+Blue) = 99+56+1=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #633801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633801 is #9CC7FE. Grayscale: #3E3E3E. Windows color (decimal): -10274815 or 79971. OLE color: 79971.

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

Color convert

RGB99561-
CMYK00.430.990.61
HSL33.67º98%19.61%-
HSV(B)33.67º98.99%38.82%-
XYZ6.575.480.74-
YUV62.5993.25153.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=63.46%
G=35.90%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9956100.430.990.6133.679819.61
Hex6338102B633D226214
Octal143701053143754214224
Binary1100011111000101010111100011111101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633801; }

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

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

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

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

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

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

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

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