#633A09

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

Shades of Baker's Chocolate #633A09

Tints of Baker's Chocolate #633A09

Color information

#633A09 (or 0x633A09) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 3A and 09. RGB value is (99,58,9). Sum of RGB (Red+Green+Blue) = 99+58+9=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #633A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633A09 is #9CC5F6. Grayscale: #404040. Windows color (decimal): -10274295 or 604771. OLE color: 604771.

HSL color Cylindrical-coordinate representation of color #633A09: hue angle of 32.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #633A09 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB99589-
CMYK00.410.910.61
HSL32.67º83.33%21.18%-
HSV(B)32.67º90.91%38.82%-
XYZ6.715.71-
YUV64.6796.58152.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=59.64%
G=34.94%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9958900.410.910.6132.6783.3321.18
Hex633A90295B3D215315
Octal1437211051133754112325
Binary1100011111010100101010011011011111101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633A09; }

 p { color: rgb(99,58,9); }

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

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

 a { background-color: rgb(99,58,9); }

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

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

 span { border-color: rgb(99,58,9); }

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