#633609

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

Shades of Baker's Chocolate #633609

Tints of Baker's Chocolate #633609

Color information

#633609 (or 0x633609) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 36 and 09. RGB value is (99,54,9). Sum of RGB (Red+Green+Blue) = 99+54+9=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #633609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633609 is #9CC9F6. Grayscale: #3E3E3E. Windows color (decimal): -10275319 or 603747. OLE color: 603747.

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

Color convert

RGB99549-
CMYK00.450.910.61
HSL30º83.33%21.18%-
HSV(B)30º90.91%38.82%-
XYZ6.515.310.94-
YUV62.3297.91154.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=61.11%
G=33.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9954900.450.910.613083.3321.18
Hex6336902D5B3D1e5315
Octal1436611055133753612325
Binary110001111011010010101101101101111110111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633609; }

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

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

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

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

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

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

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

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