Html Css Color HEX #60654C Woodland

📋 copy color: '#60654C'

red 96 ◦ green 101 ◦ blue 76

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

Shades of Woodland #60654C

Tints of Woodland #60654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

 BLUE value IS 76 (30.08% from 255) = 27.84%

R = 35.16%
G = 37%
B = 27.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#60654C (or 0x60654C) is known color: Woodland. HEX triplet: 60, 65 and 4C. RGB value is (96,101,76). Sum of RGB (Red+Green+Blue) = 96+101+76=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #60654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60654C is #9F9AB3. Grayscale: #606060. Windows color (decimal): -10459828 or 5006688. OLE color: 5006688.

HSL color Cylindrical-coordinate representation of color #60654C: hue angle of 72º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60654C is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 76 -
CMYK 0.05 0 0.25 0.60
HSL 72º 0.14% 0.35% -
HSV(B) 72º 0.25% 0.4% -
XYZ 10.78 12.32 8.65 -
YUV 96.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 96 101 76 0.05 0 0.25 0.60 72 0.14 0.35
Hex 60 65 4C 5 0 19 3C 48 E 23
Octal 140 145 114 5 0 31 74 110 16 43
Binary 1100000 1100101 1001100 101 0 11001 111100 1001000 1110 100011

Color Harmonies of #60654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60654C

Black with #60654C

Text Example


Text Example

White with #60654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60654C; }

 p { color: rgb(96,101,76); }

 H1.HeaderClassName
 {
   color: #60654C;
 }
 .AnyTagClassName
 {
   color: #60654C;
 }
</style>

background-color css

<style>
 a { background-color: #60654C; }

 a { background-color: rgb(96,101,76); }

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

border-color css

<style>
 span { border-color: #60654C; }

 span { border-color: rgb(96,101,76); }

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