#632308

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

Shades of Baker's Chocolate #632308

Tints of Baker's Chocolate #632308

Color information

#632308 (or 0x632308) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 23 and 08. RGB value is (99,35,8). Sum of RGB (Red+Green+Blue) = 99+35+8=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #632308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632308 is #9CDCF7. Grayscale: #333333. Windows color (decimal): -10280184 or 533347. OLE color: 533347.

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

Color convert

RGB99358-
CMYK00.650.920.61
HSL17.8º85.05%20.98%-
HSV(B)17.8º91.92%38.82%-
XYZ5.793.870.67-
YUV51.06103.7162.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=69.72%
G=24.65%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9935800.650.920.6117.885.0520.98
Hex632380415C3D125515
Octal14343100101134752212525
Binary1100011100011100001000001101110011110110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632308; }

 p { color: rgb(99,35,8); }

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

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

 a { background-color: rgb(99,35,8); }

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

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

 span { border-color: rgb(99,35,8); }

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