#633300

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

Shades of Baker's Chocolate #633300

Tints of Baker's Chocolate #633300

Color information

#633300 (or 0x633300) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 00. RGB value is (99,51,0). Sum of RGB (Red+Green+Blue) = 99+51+0=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #633300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633300 is #9CCCFF. Grayscale: #3B3B3B. Windows color (decimal): -10276096 or 13155. OLE color: 13155.

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

Color convert

RGB99510-
CMYK00.4810.61
HSL30.91º100%19.41%-
HSV(B)30.91º100%38.82%-
XYZ6.335.020.64-
YUV59.5494.4156.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 0 (0.39% from 255) = 0%
R=66%
G=34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9951000.4810.6130.9110019.41
Hex63330030643D1f6413
Octal143630060144753714423
Binary110001111001100110000110010011110111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633300; }

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

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

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

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

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

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

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

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