Html Css Color HEX #3C3634 Gondola

📋 copy color: '#3C3634'

red 60 ◦ green 54 ◦ blue 52

#3C3634
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gondola #3C3634

Tints of Gondola #3C3634

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.7% from 255) = 31.33%

R = 36.14%
G = 32.53%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3C3634 (or 0x3C3634) is known color: 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

RGB 60 54 52 -
CMYK 0 0.10 0.13 0.76
HSL 15º 0.07% 0.22% -
HSV(B) 15º 0.13% 0.24% -
XYZ 3.8 3.85 3.79 -
YUV 55.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 60 54 52 0 0.10 0.13 0.76 15 0.07 0.22
Hex 3C 36 34 0 A D 4C F 7 16
Octal 74 66 64 0 12 15 114 17 7 26
Binary 111100 110110 110100 0 1010 1101 1001100 1111 111 10110

Color Harmonies of #3C3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3634

Black with #3C3634

Text Example


Text Example

White with #3C3634

Text Example


Text Example

HTML Codes & Css Web 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>