Html Css Color HEX #616342 Woodland

📋 copy color: '#616342'

red 97 ◦ green 99 ◦ blue 66

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

Shades of Woodland #616342

Tints of Woodland #616342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 37.02%
G = 37.79%
B = 25.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#616342 (or 0x616342) is known color: Woodland. HEX triplet: 61, 63 and 42. RGB value is (97,99,66). Sum of RGB (Red+Green+Blue) = 97+99+66=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #616342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616342 is #9E9CBD. Grayscale: #5E5E5E. Windows color (decimal): -10394814 or 4350817. OLE color: 4350817.

HSL color Cylindrical-coordinate representation of color #616342: hue angle of 63.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616342 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 66 -
CMYK 0.02 0 0.33 0.61
HSL 63.64º 0.2% 0.32% -
HSV(B) 63.64º 0.33% 0.39% -
XYZ 10.37 11.86 6.9 -
YUV 94.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 97 99 66 0.02 0 0.33 0.61 63.64 0.2 0.32
Hex 61 63 42 2 0 21 3D 40 14 20
Octal 141 143 102 2 0 41 75 100 24 40
Binary 1100001 1100011 1000010 10 0 100001 111101 1000000 10100 100000

Color Harmonies of #616342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616342

Black with #616342

Text Example


Text Example

White with #616342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616342; }

 p { color: rgb(97,99,66); }

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

background-color css

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

 a { background-color: rgb(97,99,66); }

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

border-color css

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

 span { border-color: rgb(97,99,66); }

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