Html Css Color HEX #616C48 Woodland

📋 copy color: '#616C48'

red 97 ◦ green 108 ◦ blue 72

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

Shades of Woodland #616C48

Tints of Woodland #616C48

RGB

 RED value IS 97 (38.28% from 255) = 35.02%

 GREEN value IS 108 (42.58% from 255) = 38.99%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 35.02%
G = 38.99%
B = 25.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#616C48 (or 0x616C48) is known color: Woodland. HEX triplet: 61, 6C and 48. RGB value is (97,108,72). Sum of RGB (Red+Green+Blue) = 97+108+72=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #616C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C48 is #9E93B7. Grayscale: #646464. Windows color (decimal): -10392504 or 4746337. OLE color: 4746337.

HSL color Cylindrical-coordinate representation of color #616C48: hue angle of 78.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616C48 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 72 -
CMYK 0.10 0 0.33 0.58
HSL 78.33º 0.2% 0.35% -
HSV(B) 78.33º 0.33% 0.42% -
XYZ 11.46 13.73 8.18 -
YUV 100.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 97 108 72 0.10 0 0.33 0.58 78.33 0.2 0.35
Hex 61 6C 48 A 0 21 3A 4E 14 23
Octal 141 154 110 12 0 41 72 116 24 43
Binary 1100001 1101100 1001000 1010 0 100001 111010 1001110 10100 100011

Color Harmonies of #616C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C48

Black with #616C48

Text Example


Text Example

White with #616C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C48; }

 p { color: rgb(97,108,72); }

 H1.HeaderClassName
 {
   color: #616C48;
 }
 .AnyTagClassName
 {
   color: #616C48;
 }
</style>

background-color css

<style>
 a { background-color: #616C48; }

 a { background-color: rgb(97,108,72); }

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

border-color css

<style>
 span { border-color: #616C48; }

 span { border-color: rgb(97,108,72); }

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