Html Css Color HEX #60664A Woodland

📋 copy color: '#60664A'

red 96 ◦ green 102 ◦ blue 74

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

Shades of Woodland #60664A

Tints of Woodland #60664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 35.29%
G = 37.5%
B = 27.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#60664A (or 0x60664A) is known color: Woodland. HEX triplet: 60, 66 and 4A. RGB value is (96,102,74). Sum of RGB (Red+Green+Blue) = 96+102+74=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #60664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60664A is #9F99B5. Grayscale: #616161. Windows color (decimal): -10459574 or 4875872. OLE color: 4875872.

HSL color Cylindrical-coordinate representation of color #60664A: hue angle of 72.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60664A is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 74 -
CMYK 0.06 0 0.27 0.6
HSL 72.86º 0.16% 0.35% -
HSV(B) 72.86º 0.27% 0.4% -
XYZ 10.81 12.48 8.32 -
YUV 97.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 96 102 74 0.06 0 0.27 0.6 72.86 0.16 0.35
Hex 60 66 4A 6 0 1B 3C 49 10 23
Octal 140 146 112 6 0 33 74 111 20 43
Binary 1100000 1100110 1001010 110 0 11011 111100 1001001 10000 100011

Color Harmonies of #60664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60664A

Black with #60664A

Text Example


Text Example

White with #60664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60664A; }

 p { color: rgb(96,102,74); }

 H1.HeaderClassName
 {
   color: #60664A;
 }
 .AnyTagClassName
 {
   color: #60664A;
 }
</style>

background-color css

<style>
 a { background-color: #60664A; }

 a { background-color: rgb(96,102,74); }

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

border-color css

<style>
 span { border-color: #60664A; }

 span { border-color: rgb(96,102,74); }

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