Html Css Color HEX #60644F Woodland

📋 copy color: '#60644F'

red 96 ◦ green 100 ◦ blue 79

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

Shades of Woodland #60644F

Tints of Woodland #60644F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 34.91%
G = 36.36%
B = 28.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#60644F (or 0x60644F) is known color: Woodland. HEX triplet: 60, 64 and 4F. RGB value is (96,100,79). Sum of RGB (Red+Green+Blue) = 96+100+79=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #60644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60644F is #9F9BB0. Grayscale: #606060. Windows color (decimal): -10460081 or 5203040. OLE color: 5203040.

HSL color Cylindrical-coordinate representation of color #60644F: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60644F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 79 -
CMYK 0.04 0 0.21 0.61
HSL 71.43º 0.12% 0.35% -
HSV(B) 71.43º 0.21% 0.39% -
XYZ 10.79 12.17 9.18 -
YUV 96.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 96 100 79 0.04 0 0.21 0.61 71.43 0.12 0.35
Hex 60 64 4F 4 0 15 3D 47 C 23
Octal 140 144 117 4 0 25 75 107 14 43
Binary 1100000 1100100 1001111 100 0 10101 111101 1000111 1100 100011

Color Harmonies of #60644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60644F

Black with #60644F

Text Example


Text Example

White with #60644F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,100,79); }

 H1.HeaderClassName
 {
   color: #60644F;
 }
 .AnyTagClassName
 {
   color: #60644F;
 }
</style>

background-color css

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

 a { background-color: rgb(96,100,79); }

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

border-color css

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

 span { border-color: rgb(96,100,79); }

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