#633000

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

Shades of Baker's Chocolate #633000

Tints of Baker's Chocolate #633000

Color information

#633000 (or 0x633000) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 00. RGB value is (99,48,0). Sum of RGB (Red+Green+Blue) = 99+48+0=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #633000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633000 is #9CCFFF. Grayscale: #3A3A3A. Windows color (decimal): -10276864 or 12387. OLE color: 12387.

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

Color convert

RGB99480-
CMYK00.5210.61
HSL29.09º100%19.41%-
HSV(B)29.09º100%38.82%-
XYZ6.24.770.59-
YUV57.7895.4157.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.35%
G=32.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9948000.5210.6129.0910019.41
Hex63300034643D1d6413
Octal143600064144753514423
Binary110001111000000110100110010011110111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633000; }

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

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

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

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

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

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

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

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