#633004

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

Shades of Baker's Chocolate #633004

Tints of Baker's Chocolate #633004

Color information

#633004 (or 0x633004) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 04. RGB value is (99,48,4). Sum of RGB (Red+Green+Blue) = 99+48+4=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #633004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633004 is #9CCFFB. Grayscale: #3A3A3A. Windows color (decimal): -10276860 or 274531. OLE color: 274531.

HSL color Cylindrical-coordinate representation of color #633004: hue angle of 27.79º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #633004 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB99484-
CMYK00.520.960.61
HSL27.79º92.23%20.2%-
HSV(B)27.79º95.96%38.82%-
XYZ6.224.780.71-
YUV58.2397.4157.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=65.56%
G=31.79%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9948400.520.960.6127.7992.2320.2
Hex63304034603D1c5c14
Octal143604064140753413424
Binary11000111100001000110100110000011110111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633004; }

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

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

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

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

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

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

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

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