#3C3634

Color #3C3634 Gondola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gondola #3C3634

Tints of Gondola #3C3634

Color information

#3C3634 (or 0x3C3634) is unknown color: approx Gondola. HEX triplet: 3C, 36 and 34. RGB value is (60,54,52). Sum of RGB (Red+Green+Blue) = 60+54+52=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3634 is #C3C9CB. Grayscale: #373737. Windows color (decimal): -12831180 or 3421756. OLE color: 3421756.

HSL color Cylindrical-coordinate representation of color #3C3634: hue angle of 15º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3634 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB605452-
CMYK00.100.130.76
HSL15º7.14%21.96%-
HSV(B)15º13.33%23.53%-
XYZ3.83.853.79-
YUV55.57125.99131.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=36.14%
G=32.53%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60545200.100.130.76157.1421.96
Hex3C36340AD4Cf716
Octal7466640121511417726
Binary1111001101101101000101011011001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3634; }

 p { color: rgb(60,54,52); }

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

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

 a { background-color: rgb(60,54,52); }

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

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

 span { border-color: rgb(60,54,52); }

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