#633307

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

Shades of Baker's Chocolate #633307

Tints of Baker's Chocolate #633307

Color information

#633307 (or 0x633307) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 07. RGB value is (99,51,7). Sum of RGB (Red+Green+Blue) = 99+51+7=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #633307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633307 is #9CCCF8. Grayscale: #3C3C3C. Windows color (decimal): -10276089 or 471907. OLE color: 471907.

HSL color Cylindrical-coordinate representation of color #633307: hue angle of 28.7º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #633307 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB99517-
CMYK00.480.930.61
HSL28.7º86.79%20.78%-
HSV(B)28.7º92.93%38.82%-
XYZ6.375.040.84-
YUV60.3497.9155.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=63.06%
G=32.48%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951700.480.930.6128.786.7920.78
Hex633370305D3D1d5715
Octal143637060135753512725
Binary11000111100111110110000101110111110111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633307; }

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

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

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

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

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

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

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

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