#632713

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

Shades of Baker's Chocolate #632713

Tints of Baker's Chocolate #632713

Color information

#632713 (or 0x632713) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 27 and 13. RGB value is (99,39,19). Sum of RGB (Red+Green+Blue) = 99+39+19=157 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.06% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 99 - color contains mainly: red. Hex color #632713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632713 is #9CD8EC. Grayscale: #363636. Windows color (decimal): -10279149 or 1255267. OLE color: 1255267.

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

Color convert

RGB993919-
CMYK00.610.810.61
HSL15º67.8%23.14%-
HSV(B)15º80.81%38.82%-
XYZ5.994.151.1-
YUV54.66107.88159.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.06%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=63.06%
G=24.84%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99391900.610.810.611567.823.14
Hex63271303D513Df4417
Octal1434723075121751710427
Binary110001110011110011011110110100011111011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632713; }

 p { color: rgb(99,39,19); }

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

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

 a { background-color: rgb(99,39,19); }

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

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

 span { border-color: rgb(99,39,19); }

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