#683F30

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

Shades of Cioccolato #683F30

Tints of Cioccolato #683F30

Color information

#683F30 (or 0x683F30) is unknown color: approx Cioccolato. HEX triplet: 68, 3F and 30. RGB value is (104,63,48). Sum of RGB (Red+Green+Blue) = 104+63+48=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #683F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F30 is #97C0CF. Grayscale: #494949. Windows color (decimal): -9945296 or 3161960. OLE color: 3161960.

HSL color Cylindrical-coordinate representation of color #683F30: hue angle of 16.07º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683F30 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1046348-
CMYK00.390.540.59
HSL16.07º36.84%29.8%-
HSV(B)16.07º53.85%40.78%-
XYZ8.026.713.67-
YUV73.55113.58149.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=48.37%
G=29.30%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104634800.390.540.5916.0736.8429.8
Hex683F30027363B10251e
Octal15077600476673204536
Binary110100011111111000001001111101101110111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683F30; }

 p { color: rgb(104,63,48); }

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

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

 a { background-color: rgb(104,63,48); }

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

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

 span { border-color: rgb(104,63,48); }

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