Html Css Color HEX #60684D Woodland

📋 copy color: '#60684D'

red 96 ◦ green 104 ◦ blue 77

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

Shades of Woodland #60684D

Tints of Woodland #60684D

RGB

 RED value IS 96 (37.89% from 255) = 34.66%

 GREEN value IS 104 (41.02% from 255) = 37.55%

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 34.66%
G = 37.55%
B = 27.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#60684D (or 0x60684D) is known color: Woodland. HEX triplet: 60, 68 and 4D. RGB value is (96,104,77). Sum of RGB (Red+Green+Blue) = 96+104+77=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #60684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60684D is #9F97B2. Grayscale: #626262. Windows color (decimal): -10459059 or 5072992. OLE color: 5072992.

HSL color Cylindrical-coordinate representation of color #60684D: hue angle of 77.78º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60684D is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 77 -
CMYK 0.08 0 0.26 0.59
HSL 77.78º 0.15% 0.35% -
HSV(B) 77.78º 0.26% 0.41% -
XYZ 11.11 12.92 8.93 -
YUV 98.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 96 104 77 0.08 0 0.26 0.59 77.78 0.15 0.35
Hex 60 68 4D 8 0 1A 3B 4E F 23
Octal 140 150 115 10 0 32 73 116 17 43
Binary 1100000 1101000 1001101 1000 0 11010 111011 1001110 1111 100011

Color Harmonies of #60684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60684D

Black with #60684D

Text Example


Text Example

White with #60684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60684D; }

 p { color: rgb(96,104,77); }

 H1.HeaderClassName
 {
   color: #60684D;
 }
 .AnyTagClassName
 {
   color: #60684D;
 }
</style>

background-color css

<style>
 a { background-color: #60684D; }

 a { background-color: rgb(96,104,77); }

 div.DivClassName
 {
   background-color: #60684D;
 }
 .BgClassName
 {
   background-color: #60684D;
 }
</style>

border-color css

<style>
 span { border-color: #60684D; }

 span { border-color: rgb(96,104,77); }

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