#633D2E

Color #633D2E Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #633D2E

Tints of Cioccolato #633D2E

Color information

#633D2E (or 0x633D2E) is unknown color: approx Cioccolato. HEX triplet: 63, 3D and 2E. RGB value is (99,61,46). Sum of RGB (Red+Green+Blue) = 99+61+46=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #633D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D2E is #9CC2D1. Grayscale: #464646. Windows color (decimal): -10273490 or 3030371. OLE color: 3030371.

HSL color Cylindrical-coordinate representation of color #633D2E: hue angle of 16.98º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #633D2E is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB996146-
CMYK00.380.540.61
HSL16.98º36.55%28.43%-
HSV(B)16.98º53.54%38.82%-
XYZ7.316.193.39-
YUV70.65114.09148.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=48.06%
G=29.61%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99614600.380.540.6116.9836.5528.43
Hex633D2E026363D11251c
Octal14375560466675214534
Binary110001111110110111001001101101101111011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633D2E; }

 p { color: rgb(99,61,46); }

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

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

 a { background-color: rgb(99,61,46); }

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

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

 span { border-color: rgb(99,61,46); }

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