#68402F

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

Shades of Cioccolato #68402F

Tints of Cioccolato #68402F

Color information

#68402F (or 0x68402F) is unknown color: approx Cioccolato. HEX triplet: 68, 40 and 2F. RGB value is (104,64,47). Sum of RGB (Red+Green+Blue) = 104+64+47=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68402F is #97BFD0. Grayscale: #4A4A4A. Windows color (decimal): -9945041 or 3096680. OLE color: 3096680.

HSL color Cylindrical-coordinate representation of color #68402F: hue angle of 17.89º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68402F is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1046447-
CMYK00.380.550.59
HSL17.89º37.75%29.61%-
HSV(B)17.89º54.81%40.78%-
XYZ8.066.823.58-
YUV74.02112.75149.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=48.37%
G=29.77%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104644700.380.550.5917.8937.7529.61
Hex68402F026373B12261e
Octal150100570466773224636
Binary1101000100000010111101001101101111110111001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68402F; }

 p { color: rgb(104,64,47); }

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

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

 a { background-color: rgb(104,64,47); }

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

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

 span { border-color: rgb(104,64,47); }

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